Shades of Deep Cerise #E242A0
Tints of Deep Cerise #E242A0
RGB
CMYK
RGB Variations
Color information
#E242A0 (or 0xE242A0) is known color: Deep Cerise. HEX triplet: E2, 42 and A0. RGB value is (226,66,160). Sum of RGB (Red+Green+Blue) = 226+66+160=452 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50% from 452); Green value is 66 (26.17% from 255 or 14.60% from 452); Blue value is 160 (62.89% from 255 or 35.40% from 452); Max value from RGB is 226 - color contains mainly: red. Hex color #E242A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E242A0 is #1DBD5F. Grayscale: #7C7C7C. Windows color (decimal): -1949024 or 10502882. OLE color: 10502882.
HSL color Cylindrical-coordinate representation of color #E242A0: hue angle of 324.75º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E242A0 is Cyan = 0, Magento = 0.71, Yellow = 0.29 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 66 | 160 | - |
| CMYK | 0 | 0.71 | 0.29 | 0.11 |
| HSL | 324.75º | 0.73% | 0.57% | - |
| HSV(B) | 324.75º | 0.71% | 0.89% | - |
| XYZ | 39.66 | 22.6 | 35.53 | - |
| YUV | 124.56 | 148.01 | 200.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 66 | 160 | 0 | 0.71 | 0.29 | 0.11 | 324.75 | 0.73 | 0.57 |
| Hex | E2 | 42 | A0 | 0 | 47 | 1D | B | 145 | 49 | 39 |
| Octal | 342 | 102 | 240 | 0 | 107 | 35 | 13 | 505 | 111 | 71 |
| Binary | 11100010 | 1000010 | 10100000 | 0 | 1000111 | 11101 | 1011 | 101000101 | 1001001 | 111001 |
Color Harmonies of #E242A0
Complementary color
Monochromatic Colors of #E242A0
Black with #E242A0
Text Example
Text Example
White with #E242A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E242A0; }
p { color: rgb(226,66,160); }
H1.HeaderClassName
{
color: #E242A0;
}
.AnyTagClassName
{
color: #E242A0;
}
</style>
background-color css
<style>
a { background-color: #E242A0; }
a { background-color: rgb(226,66,160); }
div.DivClassName
{
background-color: #E242A0;
}
.BgClassName
{
background-color: #E242A0;
}
</style>
border-color css
<style>
span { border-color: #E242A0; }
span { border-color: rgb(226,66,160); }
td.TdClassName
{
border-color: #E242A0;
}
.TagClassName
{
border-color: #E242A0;
}
</style>