Shades of Deep Cerise #E5429A
Tints of Deep Cerise #E5429A
RGB
CMYK
RGB Variations
Color information
#E5429A (or 0xE5429A) is known color: Deep Cerise. HEX triplet: E5, 42 and 9A. RGB value is (229,66,154). Sum of RGB (Red+Green+Blue) = 229+66+154=449 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.00% from 449); Green value is 66 (26.17% from 255 or 14.70% from 449); Blue value is 154 (60.55% from 255 or 34.30% from 449); Max value from RGB is 229 - color contains mainly: red. Hex color #E5429A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E5429A is #1ABD65. Grayscale: #7C7C7C. Windows color (decimal): -1752422 or 10109669. OLE color: 10109669.
HSL color Cylindrical-coordinate representation of color #E5429A: hue angle of 327.61º 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 #E5429A is Cyan = 0, Magento = 0.71, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 66 | 154 | - |
| CMYK | 0 | 0.71 | 0.33 | 0.10 |
| HSL | 327.61º | 0.76% | 0.58% | - |
| HSV(B) | 327.61º | 0.71% | 0.9% | - |
| XYZ | 40.09 | 22.89 | 32.88 | - |
| YUV | 124.77 | 144.5 | 202.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 66 | 154 | 0 | 0.71 | 0.33 | 0.10 | 327.61 | 0.76 | 0.58 |
| Hex | E5 | 42 | 9A | 0 | 47 | 21 | A | 148 | 4C | 3A |
| Octal | 345 | 102 | 232 | 0 | 107 | 41 | 12 | 510 | 114 | 72 |
| Binary | 11100101 | 1000010 | 10011010 | 0 | 1000111 | 100001 | 1010 | 101001000 | 1001100 | 111010 |
Color Harmonies of #E5429A
Complementary color
Monochromatic Colors of #E5429A
Black with #E5429A
Text Example
Text Example
White with #E5429A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5429A; }
p { color: rgb(229,66,154); }
H1.HeaderClassName
{
color: #E5429A;
}
.AnyTagClassName
{
color: #E5429A;
}
</style>
background-color css
<style>
a { background-color: #E5429A; }
a { background-color: rgb(229,66,154); }
div.DivClassName
{
background-color: #E5429A;
}
.BgClassName
{
background-color: #E5429A;
}
</style>
border-color css
<style>
span { border-color: #E5429A; }
span { border-color: rgb(229,66,154); }
td.TdClassName
{
border-color: #E5429A;
}
.TagClassName
{
border-color: #E5429A;
}
</style>