Shades of Deep Cerise #E5299A
Tints of Deep Cerise #E5299A
RGB
CMYK
RGB Variations
Color information
#E5299A (or 0xE5299A) is known color: Deep Cerise. HEX triplet: E5, 29 and 9A. RGB value is (229,41,154). Sum of RGB (Red+Green+Blue) = 229+41+154=424 (56% of max value = 765). Red value is 229 (89.84% from 255 or 54.01% from 424); Green value is 41 (16.41% from 255 or 9.67% from 424); Blue value is 154 (60.55% from 255 or 36.32% from 424); Max value from RGB is 229 - color contains mainly: red. Hex color #E5299A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E5299A is #1AD665. Grayscale: #6D6D6D. Windows color (decimal): -1758822 or 10103269. OLE color: 10103269.
HSL color Cylindrical-coordinate representation of color #E5299A: hue angle of 323.94º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E5299A is Cyan = 0, Magento = 0.82, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 41 | 154 | - |
| CMYK | 0 | 0.82 | 0.33 | 0.10 |
| HSL | 323.94º | 0.78% | 0.53% | - |
| HSV(B) | 323.94º | 0.82% | 0.9% | - |
| XYZ | 38.94 | 20.58 | 32.49 | - |
| YUV | 110.09 | 152.78 | 212.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 41 | 154 | 0 | 0.82 | 0.33 | 0.10 | 323.94 | 0.78 | 0.53 |
| Hex | E5 | 29 | 9A | 0 | 52 | 21 | A | 144 | 4E | 35 |
| Octal | 345 | 51 | 232 | 0 | 122 | 41 | 12 | 504 | 116 | 65 |
| Binary | 11100101 | 101001 | 10011010 | 0 | 1010010 | 100001 | 1010 | 101000100 | 1001110 | 110101 |
Color Harmonies of #E5299A
Complementary color
Monochromatic Colors of #E5299A
Black with #E5299A
Text Example
Text Example
White with #E5299A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5299A; }
p { color: rgb(229,41,154); }
H1.HeaderClassName
{
color: #E5299A;
}
.AnyTagClassName
{
color: #E5299A;
}
</style>
background-color css
<style>
a { background-color: #E5299A; }
a { background-color: rgb(229,41,154); }
div.DivClassName
{
background-color: #E5299A;
}
.BgClassName
{
background-color: #E5299A;
}
</style>
border-color css
<style>
span { border-color: #E5299A; }
span { border-color: rgb(229,41,154); }
td.TdClassName
{
border-color: #E5299A;
}
.TagClassName
{
border-color: #E5299A;
}
</style>