Shades of Deep Cerise #E52A7E
Tints of Deep Cerise #E52A7E
RGB
CMYK
RGB Variations
Color information
#E52A7E (or 0xE52A7E) is known color: Deep Cerise. HEX triplet: E5, 2A and 7E. RGB value is (229,42,126). Sum of RGB (Red+Green+Blue) = 229+42+126=397 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.68% from 397); Green value is 42 (16.80% from 255 or 10.58% from 397); Blue value is 126 (49.61% from 255 or 31.74% from 397); Max value from RGB is 229 - color contains mainly: red. Hex color #E52A7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52A7E is #1AD581. Grayscale: #6B6B6B. Windows color (decimal): -1758594 or 8268517. OLE color: 8268517.
HSL color Cylindrical-coordinate representation of color #E52A7E: hue angle of 333.05º 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 #E52A7E is Cyan = 0, Magento = 0.82, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 42 | 126 | - |
| CMYK | 0 | 0.82 | 0.45 | 0.10 |
| HSL | 333.05º | 0.78% | 0.53% | - |
| HSV(B) | 333.05º | 0.82% | 0.9% | - |
| XYZ | 36.91 | 19.82 | 21.62 | - |
| YUV | 107.49 | 138.45 | 214.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 42 | 126 | 0 | 0.82 | 0.45 | 0.10 | 333.05 | 0.78 | 0.53 |
| Hex | E5 | 2A | 7E | 0 | 52 | 2D | A | 14D | 4E | 35 |
| Octal | 345 | 52 | 176 | 0 | 122 | 55 | 12 | 515 | 116 | 65 |
| Binary | 11100101 | 101010 | 1111110 | 0 | 1010010 | 101101 | 1010 | 101001101 | 1001110 | 110101 |
Color Harmonies of #E52A7E
Complementary color
Monochromatic Colors of #E52A7E
Black with #E52A7E
Text Example
Text Example
White with #E52A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52A7E; }
p { color: rgb(229,42,126); }
H1.HeaderClassName
{
color: #E52A7E;
}
.AnyTagClassName
{
color: #E52A7E;
}
</style>
background-color css
<style>
a { background-color: #E52A7E; }
a { background-color: rgb(229,42,126); }
div.DivClassName
{
background-color: #E52A7E;
}
.BgClassName
{
background-color: #E52A7E;
}
</style>
border-color css
<style>
span { border-color: #E52A7E; }
span { border-color: rgb(229,42,126); }
td.TdClassName
{
border-color: #E52A7E;
}
.TagClassName
{
border-color: #E52A7E;
}
</style>