Shades of Deep Cerise #E53A8C
Tints of Deep Cerise #E53A8C
RGB
CMYK
RGB Variations
Color information
#E53A8C (or 0xE53A8C) is known color: Deep Cerise. HEX triplet: E5, 3A and 8C. RGB value is (229,58,140). Sum of RGB (Red+Green+Blue) = 229+58+140=427 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.63% from 427); Green value is 58 (23.05% from 255 or 13.58% from 427); Blue value is 140 (55.08% from 255 or 32.79% from 427); Max value from RGB is 229 - color contains mainly: red. Hex color #E53A8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E53A8C is #1AC573. Grayscale: #767676. Windows color (decimal): -1754484 or 9190117. OLE color: 9190117.
HSL color Cylindrical-coordinate representation of color #E53A8C: hue angle of 331.23º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E53A8C is Cyan = 0, Magento = 0.75, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 58 | 140 | - |
| CMYK | 0 | 0.75 | 0.39 | 0.10 |
| HSL | 331.23º | 0.77% | 0.56% | - |
| HSV(B) | 331.23º | 0.75% | 0.9% | - |
| XYZ | 38.56 | 21.58 | 26.94 | - |
| YUV | 118.48 | 140.15 | 206.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 58 | 140 | 0 | 0.75 | 0.39 | 0.10 | 331.23 | 0.77 | 0.56 |
| Hex | E5 | 3A | 8C | 0 | 4B | 27 | A | 14B | 4D | 38 |
| Octal | 345 | 72 | 214 | 0 | 113 | 47 | 12 | 513 | 115 | 70 |
| Binary | 11100101 | 111010 | 10001100 | 0 | 1001011 | 100111 | 1010 | 101001011 | 1001101 | 111000 |
Color Harmonies of #E53A8C
Complementary color
Monochromatic Colors of #E53A8C
Black with #E53A8C
Text Example
Text Example
White with #E53A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53A8C; }
p { color: rgb(229,58,140); }
H1.HeaderClassName
{
color: #E53A8C;
}
.AnyTagClassName
{
color: #E53A8C;
}
</style>
background-color css
<style>
a { background-color: #E53A8C; }
a { background-color: rgb(229,58,140); }
div.DivClassName
{
background-color: #E53A8C;
}
.BgClassName
{
background-color: #E53A8C;
}
</style>
border-color css
<style>
span { border-color: #E53A8C; }
span { border-color: rgb(229,58,140); }
td.TdClassName
{
border-color: #E53A8C;
}
.TagClassName
{
border-color: #E53A8C;
}
</style>