Shades of Deep Cerise #E14287
Tints of Deep Cerise #E14287
RGB
CMYK
RGB Variations
Color information
#E14287 (or 0xE14287) is known color: Deep Cerise. HEX triplet: E1, 42 and 87. RGB value is (225,66,135). Sum of RGB (Red+Green+Blue) = 225+66+135=426 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.82% from 426); Green value is 66 (26.17% from 255 or 15.49% from 426); Blue value is 135 (53.12% from 255 or 31.69% from 426); Max value from RGB is 225 - color contains mainly: red. Hex color #E14287 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14287 is #1EBD78. Grayscale: #797979. Windows color (decimal): -2014585 or 8864481. OLE color: 8864481.
HSL color Cylindrical-coordinate representation of color #E14287: hue angle of 333.96º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E14287 is Cyan = 0, Magento = 0.71, Yellow = 0.4 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 66 | 135 | - |
| CMYK | 0 | 0.71 | 0.4 | 0.12 |
| HSL | 333.96º | 0.73% | 0.57% | - |
| HSV(B) | 333.96º | 0.71% | 0.88% | - |
| XYZ | 37.37 | 21.65 | 25.13 | - |
| YUV | 121.41 | 135.68 | 201.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 66 | 135 | 0 | 0.71 | 0.4 | 0.12 | 333.96 | 0.73 | 0.57 |
| Hex | E1 | 42 | 87 | 0 | 47 | 28 | C | 14E | 49 | 39 |
| Octal | 341 | 102 | 207 | 0 | 107 | 50 | 14 | 516 | 111 | 71 |
| Binary | 11100001 | 1000010 | 10000111 | 0 | 1000111 | 101000 | 1100 | 101001110 | 1001001 | 111001 |
Color Harmonies of #E14287
Complementary color
Monochromatic Colors of #E14287
Black with #E14287
Text Example
Text Example
White with #E14287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14287; }
p { color: rgb(225,66,135); }
H1.HeaderClassName
{
color: #E14287;
}
.AnyTagClassName
{
color: #E14287;
}
</style>
background-color css
<style>
a { background-color: #E14287; }
a { background-color: rgb(225,66,135); }
div.DivClassName
{
background-color: #E14287;
}
.BgClassName
{
background-color: #E14287;
}
</style>
border-color css
<style>
span { border-color: #E14287; }
span { border-color: rgb(225,66,135); }
td.TdClassName
{
border-color: #E14287;
}
.TagClassName
{
border-color: #E14287;
}
</style>