Shades of Deep Cerise #E53F9C
Tints of Deep Cerise #E53F9C
RGB
CMYK
RGB Variations
Color information
#E53F9C (or 0xE53F9C) is known color: Deep Cerise. HEX triplet: E5, 3F and 9C. RGB value is (229,63,156). Sum of RGB (Red+Green+Blue) = 229+63+156=448 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.12% from 448); Green value is 63 (25% from 255 or 14.06% from 448); Blue value is 156 (61.33% from 255 or 34.82% from 448); Max value from RGB is 229 - color contains mainly: red. Hex color #E53F9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E53F9C is #1AC063. Grayscale: #7B7B7B. Windows color (decimal): -1753188 or 10239973. OLE color: 10239973.
HSL color Cylindrical-coordinate representation of color #E53F9C: hue angle of 326.39º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E53F9C is Cyan = 0, Magento = 0.72, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 63 | 156 | - |
| CMYK | 0 | 0.72 | 0.32 | 0.10 |
| HSL | 326.39º | 0.76% | 0.57% | - |
| HSV(B) | 326.39º | 0.72% | 0.9% | - |
| XYZ | 40.09 | 22.61 | 33.7 | - |
| YUV | 123.24 | 146.5 | 203.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 63 | 156 | 0 | 0.72 | 0.32 | 0.10 | 326.39 | 0.76 | 0.57 |
| Hex | E5 | 3F | 9C | 0 | 48 | 20 | A | 146 | 4C | 39 |
| Octal | 345 | 77 | 234 | 0 | 110 | 40 | 12 | 506 | 114 | 71 |
| Binary | 11100101 | 111111 | 10011100 | 0 | 1001000 | 100000 | 1010 | 101000110 | 1001100 | 111001 |
Color Harmonies of #E53F9C
Complementary color
Monochromatic Colors of #E53F9C
Black with #E53F9C
Text Example
Text Example
White with #E53F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53F9C; }
p { color: rgb(229,63,156); }
H1.HeaderClassName
{
color: #E53F9C;
}
.AnyTagClassName
{
color: #E53F9C;
}
</style>
background-color css
<style>
a { background-color: #E53F9C; }
a { background-color: rgb(229,63,156); }
div.DivClassName
{
background-color: #E53F9C;
}
.BgClassName
{
background-color: #E53F9C;
}
</style>
border-color css
<style>
span { border-color: #E53F9C; }
span { border-color: rgb(229,63,156); }
td.TdClassName
{
border-color: #E53F9C;
}
.TagClassName
{
border-color: #E53F9C;
}
</style>