Shades of Deep Cerise #E5429D
Tints of Deep Cerise #E5429D
RGB
CMYK
RGB Variations
Color information
#E5429D (or 0xE5429D) is known color: Deep Cerise. HEX triplet: E5, 42 and 9D. RGB value is (229,66,157). Sum of RGB (Red+Green+Blue) = 229+66+157=452 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.66% from 452); Green value is 66 (26.17% from 255 or 14.60% from 452); Blue value is 157 (61.72% from 255 or 34.73% from 452); Max value from RGB is 229 - color contains mainly: red. Hex color #E5429D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E5429D is #1ABD62. Grayscale: #7C7C7C. Windows color (decimal): -1752419 or 10306277. OLE color: 10306277.
HSL color Cylindrical-coordinate representation of color #E5429D: hue angle of 326.5º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E5429D is Cyan = 0, Magento = 0.71, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 66 | 157 | - |
| CMYK | 0 | 0.71 | 0.31 | 0.10 |
| HSL | 326.5º | 0.76% | 0.58% | - |
| HSV(B) | 326.5º | 0.71% | 0.9% | - |
| XYZ | 40.35 | 22.99 | 34.21 | - |
| YUV | 125.11 | 146 | 202.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 66 | 157 | 0 | 0.71 | 0.31 | 0.10 | 326.5 | 0.76 | 0.58 |
| Hex | E5 | 42 | 9D | 0 | 47 | 1F | A | 147 | 4C | 3A |
| Octal | 345 | 102 | 235 | 0 | 107 | 37 | 12 | 507 | 114 | 72 |
| Binary | 11100101 | 1000010 | 10011101 | 0 | 1000111 | 11111 | 1010 | 101000111 | 1001100 | 111010 |
Color Harmonies of #E5429D
Complementary color
Monochromatic Colors of #E5429D
Black with #E5429D
Text Example
Text Example
White with #E5429D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5429D; }
p { color: rgb(229,66,157); }
H1.HeaderClassName
{
color: #E5429D;
}
.AnyTagClassName
{
color: #E5429D;
}
</style>
background-color css
<style>
a { background-color: #E5429D; }
a { background-color: rgb(229,66,157); }
div.DivClassName
{
background-color: #E5429D;
}
.BgClassName
{
background-color: #E5429D;
}
</style>
border-color css
<style>
span { border-color: #E5429D; }
span { border-color: rgb(229,66,157); }
td.TdClassName
{
border-color: #E5429D;
}
.TagClassName
{
border-color: #E5429D;
}
</style>