Color spaces of #e224ed
RGB | 226 | 36 | 237 |
---|---|---|---|
HSL | 0.82 | 0.85 | 0.54 |
HSV | 297° | 85° | 93° |
CMYK | 0.05 | 0.85 | 0.00 0.07 |
XYZ | 47.2810 | 23.5449 | 82.1734 |
Yxy | 23.5449 | 0.3090 | 0.1539 |
Hunter Lab | 48.5231 | 89.0154 | -66.4409 |
CIE-Lab | 55.6292 | 87.4274 | -58.5917 |
#e224ed color RGB value is (226,36,237).
#e224ed hex color red value is 226, green value is 36 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #e224ed hue: 0.82 , saturation: 0.85 and the lightness value of e224ed is 0.54.
The process color (four color CMYK) of #e224ed color hex is 0.05, 0.85, 0.00, 0.07. Web safe color of #e224ed is #cc33ff. Color #e224ed contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100010 | 00100100 | 11101101 |
Octal | 342 | 44 | 355 |
Decimal | 226 | 36 | 237 |
Hex | E2 | 24 | ED |
Shades of #e224ed
Tints of #e224ed
RGB Percentages of Color #e224ed
CMYK Percentages of Color #e224ed
Complementary Color
#e224ed | #2fed24 |
#e224ed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e224ed Color Preview on White Background
Lorem ipsum dolor sit amet.
#e224ed Color CSS Codes
.mybgcolor {background-color:#e224ed; } .myforecolor {color:#e224ed; } .mybordercolor {border:3px solid #e224ed; }
#e224ed Text Font Color
<p style="color:#e224ed">Text here</p>
This sample text font color is #e224ed
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.
#e224ed Background Color
<div style="background-color:#e224ed">
Div content here</div>
This div background color is #e224ed
#e224ed Border Color
<div style="border:3px solid #e224ed">
Div here</div>
This div border color is #e224ed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(226,36,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e224ed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e224ed; -webkit-box-shadow: 1px 1px 3px 2px #e224ed; box-shadow: 1px 1px 3px 2px #e224ed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(226,36,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e224ed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e224ed; -webkit-box-shadow: 1px 1px 3px 2px #e224ed; box-shadow: 1px 1px 3px 2px #e224ed;">
Div content here</div>
This div box has shadow with color #e224ed
Comments
No comments written yet.
Please login to write comment.