Shades of Deep Cerise #E0429E
Tints of Deep Cerise #E0429E
RGB
CMYK
RGB Variations
Color information
#E0429E (or 0xE0429E) is known color: Deep Cerise. HEX triplet: E0, 42 and 9E. RGB value is (224,66,158). Sum of RGB (Red+Green+Blue) = 224+66+158=448 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50% from 448); Green value is 66 (26.17% from 255 or 14.73% from 448); Blue value is 158 (62.11% from 255 or 35.27% from 448); Max value from RGB is 224 - color contains mainly: red. Hex color #E0429E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E0429E is #1FBD61. Grayscale: #7B7B7B. Windows color (decimal): -2080098 or 10371808. OLE color: 10371808.
HSL color Cylindrical-coordinate representation of color #E0429E: hue angle of 325.06º degrees, saturation: 0.72, 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 #E0429E is Cyan = 0, Magento = 0.71, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 66 | 158 | - |
| CMYK | 0 | 0.71 | 0.29 | 0.12 |
| HSL | 325.06º | 0.72% | 0.57% | - |
| HSV(B) | 325.06º | 0.71% | 0.88% | - |
| XYZ | 38.86 | 22.21 | 34.59 | - |
| YUV | 123.73 | 147.35 | 199.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 66 | 158 | 0 | 0.71 | 0.29 | 0.12 | 325.06 | 0.72 | 0.57 |
| Hex | E0 | 42 | 9E | 0 | 47 | 1D | C | 145 | 48 | 39 |
| Octal | 340 | 102 | 236 | 0 | 107 | 35 | 14 | 505 | 110 | 71 |
| Binary | 11100000 | 1000010 | 10011110 | 0 | 1000111 | 11101 | 1100 | 101000101 | 1001000 | 111001 |
Color Harmonies of #E0429E
Complementary color
Monochromatic Colors of #E0429E
Black with #E0429E
Text Example
Text Example
White with #E0429E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0429E; }
p { color: rgb(224,66,158); }
H1.HeaderClassName
{
color: #E0429E;
}
.AnyTagClassName
{
color: #E0429E;
}
</style>
background-color css
<style>
a { background-color: #E0429E; }
a { background-color: rgb(224,66,158); }
div.DivClassName
{
background-color: #E0429E;
}
.BgClassName
{
background-color: #E0429E;
}
</style>
border-color css
<style>
span { border-color: #E0429E; }
span { border-color: rgb(224,66,158); }
td.TdClassName
{
border-color: #E0429E;
}
.TagClassName
{
border-color: #E0429E;
}
</style>