Shades of Deep Cerise #E52A8F
Tints of Deep Cerise #E52A8F
RGB
CMYK
RGB Variations
Color information
#E52A8F (or 0xE52A8F) is known color: Deep Cerise. HEX triplet: E5, 2A and 8F. RGB value is (229,42,143). Sum of RGB (Red+Green+Blue) = 229+42+143=414 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.31% from 414); Green value is 42 (16.80% from 255 or 10.14% from 414); Blue value is 143 (56.25% from 255 or 34.54% from 414); Max value from RGB is 229 - color contains mainly: red. Hex color #E52A8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E52A8F is #1AD570. Grayscale: #6D6D6D. Windows color (decimal): -1758577 or 9382629. OLE color: 9382629.
HSL color Cylindrical-coordinate representation of color #E52A8F: hue angle of 327.59º 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 #E52A8F is Cyan = 0, Magento = 0.82, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 42 | 143 | - |
| CMYK | 0 | 0.82 | 0.38 | 0.10 |
| HSL | 327.59º | 0.78% | 0.53% | - |
| HSV(B) | 327.59º | 0.82% | 0.9% | - |
| XYZ | 38.1 | 20.3 | 27.9 | - |
| YUV | 109.43 | 146.95 | 213.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 42 | 143 | 0 | 0.82 | 0.38 | 0.10 | 327.59 | 0.78 | 0.53 |
| Hex | E5 | 2A | 8F | 0 | 52 | 26 | A | 148 | 4E | 35 |
| Octal | 345 | 52 | 217 | 0 | 122 | 46 | 12 | 510 | 116 | 65 |
| Binary | 11100101 | 101010 | 10001111 | 0 | 1010010 | 100110 | 1010 | 101001000 | 1001110 | 110101 |
Color Harmonies of #E52A8F
Complementary color
Monochromatic Colors of #E52A8F
Black with #E52A8F
Text Example
Text Example
White with #E52A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52A8F; }
p { color: rgb(229,42,143); }
H1.HeaderClassName
{
color: #E52A8F;
}
.AnyTagClassName
{
color: #E52A8F;
}
</style>
background-color css
<style>
a { background-color: #E52A8F; }
a { background-color: rgb(229,42,143); }
div.DivClassName
{
background-color: #E52A8F;
}
.BgClassName
{
background-color: #E52A8F;
}
</style>
border-color css
<style>
span { border-color: #E52A8F; }
span { border-color: rgb(229,42,143); }
td.TdClassName
{
border-color: #E52A8F;
}
.TagClassName
{
border-color: #E52A8F;
}
</style>