Shades of Deep Cerise #E52A7A
Tints of Deep Cerise #E52A7A
RGB
CMYK
RGB Variations
Color information
#E52A7A (or 0xE52A7A) is known color: Deep Cerise. HEX triplet: E5, 2A and 7A. RGB value is (229,42,122). Sum of RGB (Red+Green+Blue) = 229+42+122=393 (52% of max value = 765). Red value is 229 (89.84% from 255 or 58.27% from 393); Green value is 42 (16.80% from 255 or 10.69% from 393); Blue value is 122 (48.05% from 255 or 31.04% from 393); Max value from RGB is 229 - color contains mainly: red. Hex color #E52A7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52A7A is #1AD585. Grayscale: #6A6A6A. Windows color (decimal): -1758598 or 8006373. OLE color: 8006373.
HSL color Cylindrical-coordinate representation of color #E52A7A: hue angle of 334.33º 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 #E52A7A is Cyan = 0, Magento = 0.82, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 42 | 122 | - |
| CMYK | 0 | 0.82 | 0.47 | 0.10 |
| HSL | 334.33º | 0.78% | 0.53% | - |
| HSV(B) | 334.33º | 0.82% | 0.9% | - |
| XYZ | 36.65 | 19.72 | 20.29 | - |
| YUV | 107.03 | 136.45 | 215 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 42 | 122 | 0 | 0.82 | 0.47 | 0.10 | 334.33 | 0.78 | 0.53 |
| Hex | E5 | 2A | 7A | 0 | 52 | 2F | A | 14E | 4E | 35 |
| Octal | 345 | 52 | 172 | 0 | 122 | 57 | 12 | 516 | 116 | 65 |
| Binary | 11100101 | 101010 | 1111010 | 0 | 1010010 | 101111 | 1010 | 101001110 | 1001110 | 110101 |
Color Harmonies of #E52A7A
Complementary color
Monochromatic Colors of #E52A7A
Black with #E52A7A
Text Example
Text Example
White with #E52A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52A7A; }
p { color: rgb(229,42,122); }
H1.HeaderClassName
{
color: #E52A7A;
}
.AnyTagClassName
{
color: #E52A7A;
}
</style>
background-color css
<style>
a { background-color: #E52A7A; }
a { background-color: rgb(229,42,122); }
div.DivClassName
{
background-color: #E52A7A;
}
.BgClassName
{
background-color: #E52A7A;
}
</style>
border-color css
<style>
span { border-color: #E52A7A; }
span { border-color: rgb(229,42,122); }
td.TdClassName
{
border-color: #E52A7A;
}
.TagClassName
{
border-color: #E52A7A;
}
</style>