Shades of Deep Cerise #E53F9D
Tints of Deep Cerise #E53F9D
RGB
CMYK
RGB Variations
Color information
#E53F9D (or 0xE53F9D) is known color: Deep Cerise. HEX triplet: E5, 3F and 9D. RGB value is (229,63,157). Sum of RGB (Red+Green+Blue) = 229+63+157=449 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.00% from 449); Green value is 63 (25% from 255 or 14.03% from 449); Blue value is 157 (61.72% from 255 or 34.97% from 449); Max value from RGB is 229 - color contains mainly: red. Hex color #E53F9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E53F9D is #1AC062. Grayscale: #7B7B7B. Windows color (decimal): -1753187 or 10305509. OLE color: 10305509.
HSL color Cylindrical-coordinate representation of color #E53F9D: hue angle of 326.02º 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 #E53F9D is Cyan = 0, Magento = 0.72, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 63 | 157 | - |
| CMYK | 0 | 0.72 | 0.31 | 0.10 |
| HSL | 326.02º | 0.76% | 0.57% | - |
| HSV(B) | 326.02º | 0.72% | 0.9% | - |
| XYZ | 40.18 | 22.65 | 34.15 | - |
| YUV | 123.35 | 147 | 203.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 63 | 157 | 0 | 0.72 | 0.31 | 0.10 | 326.02 | 0.76 | 0.57 |
| Hex | E5 | 3F | 9D | 0 | 48 | 1F | A | 146 | 4C | 39 |
| Octal | 345 | 77 | 235 | 0 | 110 | 37 | 12 | 506 | 114 | 71 |
| Binary | 11100101 | 111111 | 10011101 | 0 | 1001000 | 11111 | 1010 | 101000110 | 1001100 | 111001 |
Color Harmonies of #E53F9D
Complementary color
Monochromatic Colors of #E53F9D
Black with #E53F9D
Text Example
Text Example
White with #E53F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53F9D; }
p { color: rgb(229,63,157); }
H1.HeaderClassName
{
color: #E53F9D;
}
.AnyTagClassName
{
color: #E53F9D;
}
</style>
background-color css
<style>
a { background-color: #E53F9D; }
a { background-color: rgb(229,63,157); }
div.DivClassName
{
background-color: #E53F9D;
}
.BgClassName
{
background-color: #E53F9D;
}
</style>
border-color css
<style>
span { border-color: #E53F9D; }
span { border-color: rgb(229,63,157); }
td.TdClassName
{
border-color: #E53F9D;
}
.TagClassName
{
border-color: #E53F9D;
}
</style>