Shades of Deep Cerise #E52E8F
Tints of Deep Cerise #E52E8F
RGB
CMYK
RGB Variations
Color information
#E52E8F (or 0xE52E8F) is known color: Deep Cerise. HEX triplet: E5, 2E and 8F. RGB value is (229,46,143). Sum of RGB (Red+Green+Blue) = 229+46+143=418 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.78% from 418); Green value is 46 (18.36% from 255 or 11.00% from 418); Blue value is 143 (56.25% from 255 or 34.21% from 418); Max value from RGB is 229 - color contains mainly: red. Hex color #E52E8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E52E8F is #1AD170. Grayscale: #6F6F6F. Windows color (decimal): -1757553 or 9383653. OLE color: 9383653.
HSL color Cylindrical-coordinate representation of color #E52E8F: hue angle of 328.2º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E52E8F is Cyan = 0, Magento = 0.80, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 46 | 143 | - |
| CMYK | 0 | 0.80 | 0.38 | 0.10 |
| HSL | 328.2º | 0.78% | 0.54% | - |
| HSV(B) | 328.2º | 0.8% | 0.9% | - |
| XYZ | 38.25 | 20.6 | 27.95 | - |
| YUV | 111.78 | 145.63 | 211.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 46 | 143 | 0 | 0.80 | 0.38 | 0.10 | 328.2 | 0.78 | 0.54 |
| Hex | E5 | 2E | 8F | 0 | 50 | 26 | A | 148 | 4E | 36 |
| Octal | 345 | 56 | 217 | 0 | 120 | 46 | 12 | 510 | 116 | 66 |
| Binary | 11100101 | 101110 | 10001111 | 0 | 1010000 | 100110 | 1010 | 101001000 | 1001110 | 110110 |
Color Harmonies of #E52E8F
Complementary color
Monochromatic Colors of #E52E8F
Black with #E52E8F
Text Example
Text Example
White with #E52E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52E8F; }
p { color: rgb(229,46,143); }
H1.HeaderClassName
{
color: #E52E8F;
}
.AnyTagClassName
{
color: #E52E8F;
}
</style>
background-color css
<style>
a { background-color: #E52E8F; }
a { background-color: rgb(229,46,143); }
div.DivClassName
{
background-color: #E52E8F;
}
.BgClassName
{
background-color: #E52E8F;
}
</style>
border-color css
<style>
span { border-color: #E52E8F; }
span { border-color: rgb(229,46,143); }
td.TdClassName
{
border-color: #E52E8F;
}
.TagClassName
{
border-color: #E52E8F;
}
</style>