Color spaces of #e23360
RGB | 226 | 51 | 96 |
---|---|---|---|
HSL | 0.96 | 0.75 | 0.54 |
HSV | 345° | 77° | 89° |
CMYK | 0.00 | 0.77 | 0.58 0.11 |
XYZ | 34.6592 | 19.3809 | 12.9805 |
Yxy | 19.3809 | 0.5171 | 0.2892 |
Hunter Lab | 44.0237 | 63.4887 | 13.3348 |
CIE-Lab | 51.1299 | 67.8623 | 17.3083 |
#e23360 color RGB value is (226,51,96).
#e23360 hex color red value is 226, green value is 51 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #e23360 hue: 0.96 , saturation: 0.75 and the lightness value of e23360 is 0.54.
The process color (four color CMYK) of #e23360 color hex is 0.00, 0.77, 0.58, 0.11. Web safe color of #e23360 is #cc3366. Color #e23360 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100010 | 00110011 | 01100000 |
Octal | 342 | 63 | 140 |
Decimal | 226 | 51 | 96 |
Hex | E2 | 33 | 60 |
Shades of #e23360
Tints of #e23360
RGB Percentages of Color #e23360
CMYK Percentages of Color #e23360
Complementary Color
#e23360 | #33e2b5 |
#e23360 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e23360 Color Preview on White Background
Lorem ipsum dolor sit amet.
#e23360 Color CSS Codes
.mybgcolor {background-color:#e23360; } .myforecolor {color:#e23360; } .mybordercolor {border:3px solid #e23360; }
#e23360 Text Font Color
<p style="color:#e23360">Text here</p>
This sample text font color is #e23360
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#e23360 Background Color
<div style="background-color:#e23360">
Div content here</div>
This div background color is #e23360
#e23360 Border Color
<div style="border:3px solid #e23360">
Div here</div>
This div border color is #e23360
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(226,51,96, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e23360; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e23360; -webkit-box-shadow: 1px 1px 3px 2px #e23360; box-shadow: 1px 1px 3px 2px #e23360; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(226,51,96, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e23360">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e23360; -webkit-box-shadow: 1px 1px 3px 2px #e23360; box-shadow: 1px 1px 3px 2px #e23360;">
Div content here</div>
This div box has shadow with color #e23360
Comments
No comments written yet.
Please login to write comment.