Shades of Deep Cerise #E54082
Tints of Deep Cerise #E54082
RGB
CMYK
RGB Variations
Color information
#E54082 (or 0xE54082) is known color: Deep Cerise. HEX triplet: E5, 40 and 82. RGB value is (229,64,130). Sum of RGB (Red+Green+Blue) = 229+64+130=423 (56% of max value = 765). Red value is 229 (89.84% from 255 or 54.14% from 423); Green value is 64 (25.39% from 255 or 15.13% from 423); Blue value is 130 (51.17% from 255 or 30.73% from 423); Max value from RGB is 229 - color contains mainly: red. Hex color #E54082 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E54082 is #1ABF7D. Grayscale: #787878. Windows color (decimal): -1752958 or 8536293. OLE color: 8536293.
HSL color Cylindrical-coordinate representation of color #E54082: hue angle of 336º 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 #E54082 is Cyan = 0, Magento = 0.72, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 64 | 130 | - |
| CMYK | 0 | 0.72 | 0.43 | 0.10 |
| HSL | 336º | 0.76% | 0.57% | - |
| HSV(B) | 336º | 0.72% | 0.9% | - |
| XYZ | 38.18 | 21.94 | 23.34 | - |
| YUV | 120.86 | 133.16 | 205.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 64 | 130 | 0 | 0.72 | 0.43 | 0.10 | 336 | 0.76 | 0.57 |
| Hex | E5 | 40 | 82 | 0 | 48 | 2B | A | 150 | 4C | 39 |
| Octal | 345 | 100 | 202 | 0 | 110 | 53 | 12 | 520 | 114 | 71 |
| Binary | 11100101 | 1000000 | 10000010 | 0 | 1001000 | 101011 | 1010 | 101010000 | 1001100 | 111001 |
Color Harmonies of #E54082
Complementary color
Monochromatic Colors of #E54082
Black with #E54082
Text Example
Text Example
White with #E54082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54082; }
p { color: rgb(229,64,130); }
H1.HeaderClassName
{
color: #E54082;
}
.AnyTagClassName
{
color: #E54082;
}
</style>
background-color css
<style>
a { background-color: #E54082; }
a { background-color: rgb(229,64,130); }
div.DivClassName
{
background-color: #E54082;
}
.BgClassName
{
background-color: #E54082;
}
</style>
border-color css
<style>
span { border-color: #E54082; }
span { border-color: rgb(229,64,130); }
td.TdClassName
{
border-color: #E54082;
}
.TagClassName
{
border-color: #E54082;
}
</style>