Shades of Deep Cerise #E53B9D
Tints of Deep Cerise #E53B9D
RGB
CMYK
RGB Variations
Color information
#E53B9D (or 0xE53B9D) is known color: Deep Cerise. HEX triplet: E5, 3B and 9D. RGB value is (229,59,157). Sum of RGB (Red+Green+Blue) = 229+59+157=445 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.46% from 445); Green value is 59 (23.44% from 255 or 13.26% from 445); Blue value is 157 (61.72% from 255 or 35.28% from 445); Max value from RGB is 229 - color contains mainly: red. Hex color #E53B9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E53B9D is #1AC462. Grayscale: #787878. Windows color (decimal): -1754211 or 10304485. OLE color: 10304485.
HSL color Cylindrical-coordinate representation of color #E53B9D: hue angle of 325.41º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E53B9D is Cyan = 0, Magento = 0.74, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 59 | 157 | - |
| CMYK | 0 | 0.74 | 0.31 | 0.10 |
| HSL | 325.41º | 0.77% | 0.56% | - |
| HSV(B) | 325.41º | 0.74% | 0.9% | - |
| XYZ | 39.96 | 22.22 | 34.08 | - |
| YUV | 121 | 148.32 | 205.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 59 | 157 | 0 | 0.74 | 0.31 | 0.10 | 325.41 | 0.77 | 0.56 |
| Hex | E5 | 3B | 9D | 0 | 4A | 1F | A | 145 | 4D | 38 |
| Octal | 345 | 73 | 235 | 0 | 112 | 37 | 12 | 505 | 115 | 70 |
| Binary | 11100101 | 111011 | 10011101 | 0 | 1001010 | 11111 | 1010 | 101000101 | 1001101 | 111000 |
Color Harmonies of #E53B9D
Complementary color
Monochromatic Colors of #E53B9D
Black with #E53B9D
Text Example
Text Example
White with #E53B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53B9D; }
p { color: rgb(229,59,157); }
H1.HeaderClassName
{
color: #E53B9D;
}
.AnyTagClassName
{
color: #E53B9D;
}
</style>
background-color css
<style>
a { background-color: #E53B9D; }
a { background-color: rgb(229,59,157); }
div.DivClassName
{
background-color: #E53B9D;
}
.BgClassName
{
background-color: #E53B9D;
}
</style>
border-color css
<style>
span { border-color: #E53B9D; }
span { border-color: rgb(229,59,157); }
td.TdClassName
{
border-color: #E53B9D;
}
.TagClassName
{
border-color: #E53B9D;
}
</style>