Shades of Deep Cerise #E52A9A
Tints of Deep Cerise #E52A9A
RGB
CMYK
RGB Variations
Color information
#E52A9A (or 0xE52A9A) is known color: Deep Cerise. HEX triplet: E5, 2A and 9A. RGB value is (229,42,154). Sum of RGB (Red+Green+Blue) = 229+42+154=425 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.88% from 425); Green value is 42 (16.80% from 255 or 9.88% from 425); Blue value is 154 (60.55% from 255 or 36.24% from 425); Max value from RGB is 229 - color contains mainly: red. Hex color #E52A9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E52A9A is #1AD565. Grayscale: #6E6E6E. Windows color (decimal): -1758566 or 10103525. OLE color: 10103525.
HSL color Cylindrical-coordinate representation of color #E52A9A: hue angle of 324.06º 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 #E52A9A is Cyan = 0, Magento = 0.82, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 42 | 154 | - |
| CMYK | 0 | 0.82 | 0.33 | 0.10 |
| HSL | 324.06º | 0.78% | 0.53% | - |
| HSV(B) | 324.06º | 0.82% | 0.9% | - |
| XYZ | 38.97 | 20.65 | 32.5 | - |
| YUV | 110.68 | 152.45 | 212.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 42 | 154 | 0 | 0.82 | 0.33 | 0.10 | 324.06 | 0.78 | 0.53 |
| Hex | E5 | 2A | 9A | 0 | 52 | 21 | A | 144 | 4E | 35 |
| Octal | 345 | 52 | 232 | 0 | 122 | 41 | 12 | 504 | 116 | 65 |
| Binary | 11100101 | 101010 | 10011010 | 0 | 1010010 | 100001 | 1010 | 101000100 | 1001110 | 110101 |
Color Harmonies of #E52A9A
Complementary color
Monochromatic Colors of #E52A9A
Black with #E52A9A
Text Example
Text Example
White with #E52A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52A9A; }
p { color: rgb(229,42,154); }
H1.HeaderClassName
{
color: #E52A9A;
}
.AnyTagClassName
{
color: #E52A9A;
}
</style>
background-color css
<style>
a { background-color: #E52A9A; }
a { background-color: rgb(229,42,154); }
div.DivClassName
{
background-color: #E52A9A;
}
.BgClassName
{
background-color: #E52A9A;
}
</style>
border-color css
<style>
span { border-color: #E52A9A; }
span { border-color: rgb(229,42,154); }
td.TdClassName
{
border-color: #E52A9A;
}
.TagClassName
{
border-color: #E52A9A;
}
</style>