Shades of Deep Cerise #E52A8B
Tints of Deep Cerise #E52A8B
RGB
CMYK
RGB Variations
Color information
#E52A8B (or 0xE52A8B) is known color: Deep Cerise. HEX triplet: E5, 2A and 8B. RGB value is (229,42,139). Sum of RGB (Red+Green+Blue) = 229+42+139=410 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.85% from 410); Green value is 42 (16.80% from 255 or 10.24% from 410); Blue value is 139 (54.69% from 255 or 33.90% from 410); Max value from RGB is 229 - color contains mainly: red. Hex color #E52A8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E52A8B is #1AD574. Grayscale: #6C6C6C. Windows color (decimal): -1758581 or 9120485. OLE color: 9120485.
HSL color Cylindrical-coordinate representation of color #E52A8B: hue angle of 328.88º 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 #E52A8B is Cyan = 0, Magento = 0.82, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 42 | 139 | - |
| CMYK | 0 | 0.82 | 0.39 | 0.10 |
| HSL | 328.88º | 0.78% | 0.53% | - |
| HSV(B) | 328.88º | 0.82% | 0.9% | - |
| XYZ | 37.8 | 20.18 | 26.33 | - |
| YUV | 108.97 | 144.95 | 213.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 42 | 139 | 0 | 0.82 | 0.39 | 0.10 | 328.88 | 0.78 | 0.53 |
| Hex | E5 | 2A | 8B | 0 | 52 | 27 | A | 149 | 4E | 35 |
| Octal | 345 | 52 | 213 | 0 | 122 | 47 | 12 | 511 | 116 | 65 |
| Binary | 11100101 | 101010 | 10001011 | 0 | 1010010 | 100111 | 1010 | 101001001 | 1001110 | 110101 |
Color Harmonies of #E52A8B
Complementary color
Monochromatic Colors of #E52A8B
Black with #E52A8B
Text Example
Text Example
White with #E52A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52A8B; }
p { color: rgb(229,42,139); }
H1.HeaderClassName
{
color: #E52A8B;
}
.AnyTagClassName
{
color: #E52A8B;
}
</style>
background-color css
<style>
a { background-color: #E52A8B; }
a { background-color: rgb(229,42,139); }
div.DivClassName
{
background-color: #E52A8B;
}
.BgClassName
{
background-color: #E52A8B;
}
</style>
border-color css
<style>
span { border-color: #E52A8B; }
span { border-color: rgb(229,42,139); }
td.TdClassName
{
border-color: #E52A8B;
}
.TagClassName
{
border-color: #E52A8B;
}
</style>