Shades of Deep Cerise #E54299
Tints of Deep Cerise #E54299
RGB
CMYK
RGB Variations
Color information
#E54299 (or 0xE54299) is known color: Deep Cerise. HEX triplet: E5, 42 and 99. RGB value is (229,66,153). Sum of RGB (Red+Green+Blue) = 229+66+153=448 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.12% from 448); Green value is 66 (26.17% from 255 or 14.73% from 448); Blue value is 153 (60.16% from 255 or 34.15% from 448); Max value from RGB is 229 - color contains mainly: red. Hex color #E54299 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E54299 is #1ABD66. Grayscale: #7C7C7C. Windows color (decimal): -1752423 or 10044133. OLE color: 10044133.
HSL color Cylindrical-coordinate representation of color #E54299: hue angle of 327.98º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E54299 is Cyan = 0, Magento = 0.71, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 66 | 153 | - |
| CMYK | 0 | 0.71 | 0.33 | 0.10 |
| HSL | 327.98º | 0.76% | 0.58% | - |
| HSV(B) | 327.98º | 0.71% | 0.9% | - |
| XYZ | 40.01 | 22.85 | 32.44 | - |
| YUV | 124.66 | 144 | 202.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 66 | 153 | 0 | 0.71 | 0.33 | 0.10 | 327.98 | 0.76 | 0.58 |
| Hex | E5 | 42 | 99 | 0 | 47 | 21 | A | 148 | 4C | 3A |
| Octal | 345 | 102 | 231 | 0 | 107 | 41 | 12 | 510 | 114 | 72 |
| Binary | 11100101 | 1000010 | 10011001 | 0 | 1000111 | 100001 | 1010 | 101001000 | 1001100 | 111010 |
Color Harmonies of #E54299
Complementary color
Monochromatic Colors of #E54299
Black with #E54299
Text Example
Text Example
White with #E54299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54299; }
p { color: rgb(229,66,153); }
H1.HeaderClassName
{
color: #E54299;
}
.AnyTagClassName
{
color: #E54299;
}
</style>
background-color css
<style>
a { background-color: #E54299; }
a { background-color: rgb(229,66,153); }
div.DivClassName
{
background-color: #E54299;
}
.BgClassName
{
background-color: #E54299;
}
</style>
border-color css
<style>
span { border-color: #E54299; }
span { border-color: rgb(229,66,153); }
td.TdClassName
{
border-color: #E54299;
}
.TagClassName
{
border-color: #E54299;
}
</style>