Shades of Deep Cerise #E5298A
Tints of Deep Cerise #E5298A
RGB
CMYK
RGB Variations
Color information
#E5298A (or 0xE5298A) is known color: Deep Cerise. HEX triplet: E5, 29 and 8A. RGB value is (229,41,138). Sum of RGB (Red+Green+Blue) = 229+41+138=408 (54% of max value = 765). Red value is 229 (89.84% from 255 or 56.13% from 408); Green value is 41 (16.41% from 255 or 10.05% from 408); Blue value is 138 (54.30% from 255 or 33.82% from 408); Max value from RGB is 229 - color contains mainly: red. Hex color #E5298A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E5298A is #1AD675. Grayscale: #6C6C6C. Windows color (decimal): -1758838 or 9054693. OLE color: 9054693.
HSL color Cylindrical-coordinate representation of color #E5298A: hue angle of 329.04º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E5298A is Cyan = 0, Magento = 0.82, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 41 | 138 | - |
| CMYK | 0 | 0.82 | 0.40 | 0.10 |
| HSL | 329.04º | 0.78% | 0.53% | - |
| HSV(B) | 329.04º | 0.82% | 0.9% | - |
| XYZ | 37.69 | 20.08 | 25.93 | - |
| YUV | 108.27 | 144.78 | 214.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 41 | 138 | 0 | 0.82 | 0.40 | 0.10 | 329.04 | 0.78 | 0.53 |
| Hex | E5 | 29 | 8A | 0 | 52 | 28 | A | 149 | 4E | 35 |
| Octal | 345 | 51 | 212 | 0 | 122 | 50 | 12 | 511 | 116 | 65 |
| Binary | 11100101 | 101001 | 10001010 | 0 | 1010010 | 101000 | 1010 | 101001001 | 1001110 | 110101 |
Color Harmonies of #E5298A
Complementary color
Monochromatic Colors of #E5298A
Black with #E5298A
Text Example
Text Example
White with #E5298A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5298A; }
p { color: rgb(229,41,138); }
H1.HeaderClassName
{
color: #E5298A;
}
.AnyTagClassName
{
color: #E5298A;
}
</style>
background-color css
<style>
a { background-color: #E5298A; }
a { background-color: rgb(229,41,138); }
div.DivClassName
{
background-color: #E5298A;
}
.BgClassName
{
background-color: #E5298A;
}
</style>
border-color css
<style>
span { border-color: #E5298A; }
span { border-color: rgb(229,41,138); }
td.TdClassName
{
border-color: #E5298A;
}
.TagClassName
{
border-color: #E5298A;
}
</style>