Shades of Deep Cerise #E3429F
Tints of Deep Cerise #E3429F
RGB
CMYK
RGB Variations
Color information
#E3429F (or 0xE3429F) is known color: Deep Cerise. HEX triplet: E3, 42 and 9F. RGB value is (227,66,159). Sum of RGB (Red+Green+Blue) = 227+66+159=452 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.22% from 452); Green value is 66 (26.17% from 255 or 14.60% from 452); Blue value is 159 (62.5% from 255 or 35.18% from 452); Max value from RGB is 227 - color contains mainly: red. Hex color #E3429F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E3429F is #1CBD60. Grayscale: #7C7C7C. Windows color (decimal): -1883489 or 10437347. OLE color: 10437347.
HSL color Cylindrical-coordinate representation of color #E3429F: hue angle of 325.34º degrees, saturation: 0.74, 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 #E3429F is Cyan = 0, Magento = 0.71, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 66 | 159 | - |
| CMYK | 0 | 0.71 | 0.30 | 0.11 |
| HSL | 325.34º | 0.74% | 0.57% | - |
| HSV(B) | 325.34º | 0.71% | 0.89% | - |
| XYZ | 39.88 | 22.73 | 35.09 | - |
| YUV | 124.74 | 147.34 | 200.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 66 | 159 | 0 | 0.71 | 0.30 | 0.11 | 325.34 | 0.74 | 0.57 |
| Hex | E3 | 42 | 9F | 0 | 47 | 1E | B | 145 | 4A | 39 |
| Octal | 343 | 102 | 237 | 0 | 107 | 36 | 13 | 505 | 112 | 71 |
| Binary | 11100011 | 1000010 | 10011111 | 0 | 1000111 | 11110 | 1011 | 101000101 | 1001010 | 111001 |
Color Harmonies of #E3429F
Complementary color
Monochromatic Colors of #E3429F
Black with #E3429F
Text Example
Text Example
White with #E3429F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3429F; }
p { color: rgb(227,66,159); }
H1.HeaderClassName
{
color: #E3429F;
}
.AnyTagClassName
{
color: #E3429F;
}
</style>
background-color css
<style>
a { background-color: #E3429F; }
a { background-color: rgb(227,66,159); }
div.DivClassName
{
background-color: #E3429F;
}
.BgClassName
{
background-color: #E3429F;
}
</style>
border-color css
<style>
span { border-color: #E3429F; }
span { border-color: rgb(227,66,159); }
td.TdClassName
{
border-color: #E3429F;
}
.TagClassName
{
border-color: #E3429F;
}
</style>