Color spaces of #e26185
RGB | 226 | 97 | 133 |
---|---|---|---|
HSL | 0.95 | 0.69 | 0.63 |
HSV | 343° | 57° | 89° |
CMYK | 0.00 | 0.57 | 0.41 0.11 |
XYZ | 39.8724 | 26.4116 | 25.1867 |
Yxy | 26.4116 | 0.4359 | 0.2887 |
Hunter Lab | 51.3922 | 48.5520 | 6.9172 |
CIE-Lab | 58.4257 | 53.4951 | 5.5479 |
#e26185 color RGB value is (226,97,133).
#e26185 hex color red value is 226, green value is 97 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #e26185 hue: 0.95 , saturation: 0.69 and the lightness value of e26185 is 0.63.
The process color (four color CMYK) of #e26185 color hex is 0.00, 0.57, 0.41, 0.11. Web safe color of #e26185 is #cc6699. Color #e26185 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100010 | 01100001 | 10000101 |
Octal | 342 | 141 | 205 |
Decimal | 226 | 97 | 133 |
Hex | E2 | 61 | 85 |
Shades of #e26185
Tints of #e26185
RGB Percentages of Color #e26185
CMYK Percentages of Color #e26185
Complementary Color
#e26185 | #61e2be |
#e26185 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e26185 Color Preview on White Background
Lorem ipsum dolor sit amet.
#e26185 Color CSS Codes
.mybgcolor {background-color:#e26185; } .myforecolor {color:#e26185; } .mybordercolor {border:3px solid #e26185; }
#e26185 Text Font Color
<p style="color:#e26185">Text here</p>
This sample text font color is #e26185
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.
#e26185 Background Color
<div style="background-color:#e26185">
Div content here</div>
This div background color is #e26185
#e26185 Border Color
<div style="border:3px solid #e26185">
Div here</div>
This div border color is #e26185
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(226,97,133, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e26185; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e26185; -webkit-box-shadow: 1px 1px 3px 2px #e26185; box-shadow: 1px 1px 3px 2px #e26185; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(226,97,133, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e26185">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e26185; -webkit-box-shadow: 1px 1px 3px 2px #e26185; box-shadow: 1px 1px 3px 2px #e26185;">
Div content here</div>
This div box has shadow with color #e26185
Comments
No comments written yet.
Please login to write comment.