Shades of Deep Cerise #E53C7B
Tints of Deep Cerise #E53C7B
RGB
CMYK
RGB Variations
Color information
#E53C7B (or 0xE53C7B) is known color: Deep Cerise. HEX triplet: E5, 3C and 7B. RGB value is (229,60,123). Sum of RGB (Red+Green+Blue) = 229+60+123=412 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.58% from 412); Green value is 60 (23.83% from 255 or 14.56% from 412); Blue value is 123 (48.44% from 255 or 29.85% from 412); Max value from RGB is 229 - color contains mainly: red. Hex color #E53C7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E53C7B is #1AC384. Grayscale: #757575. Windows color (decimal): -1753989 or 8076517. OLE color: 8076517.
HSL color Cylindrical-coordinate representation of color #E53C7B: hue angle of 337.63º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E53C7B is Cyan = 0, Magento = 0.74, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 60 | 123 | - |
| CMYK | 0 | 0.74 | 0.46 | 0.10 |
| HSL | 337.63º | 0.76% | 0.57% | - |
| HSV(B) | 337.63º | 0.74% | 0.9% | - |
| XYZ | 37.5 | 21.32 | 20.88 | - |
| YUV | 117.71 | 130.99 | 207.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 60 | 123 | 0 | 0.74 | 0.46 | 0.10 | 337.63 | 0.76 | 0.57 |
| Hex | E5 | 3C | 7B | 0 | 4A | 2E | A | 152 | 4C | 39 |
| Octal | 345 | 74 | 173 | 0 | 112 | 56 | 12 | 522 | 114 | 71 |
| Binary | 11100101 | 111100 | 1111011 | 0 | 1001010 | 101110 | 1010 | 101010010 | 1001100 | 111001 |
Color Harmonies of #E53C7B
Complementary color
Monochromatic Colors of #E53C7B
Black with #E53C7B
Text Example
Text Example
White with #E53C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53C7B; }
p { color: rgb(229,60,123); }
H1.HeaderClassName
{
color: #E53C7B;
}
.AnyTagClassName
{
color: #E53C7B;
}
</style>
background-color css
<style>
a { background-color: #E53C7B; }
a { background-color: rgb(229,60,123); }
div.DivClassName
{
background-color: #E53C7B;
}
.BgClassName
{
background-color: #E53C7B;
}
</style>
border-color css
<style>
span { border-color: #E53C7B; }
span { border-color: rgb(229,60,123); }
td.TdClassName
{
border-color: #E53C7B;
}
.TagClassName
{
border-color: #E53C7B;
}
</style>