Shades of Deep Cerise #E5298B
Tints of Deep Cerise #E5298B
RGB
CMYK
RGB Variations
Color information
#E5298B (or 0xE5298B) is known color: Deep Cerise. HEX triplet: E5, 29 and 8B. RGB value is (229,41,139). Sum of RGB (Red+Green+Blue) = 229+41+139=409 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.99% from 409); Green value is 41 (16.41% from 255 or 10.02% from 409); Blue value is 139 (54.69% from 255 or 33.99% from 409); Max value from RGB is 229 - color contains mainly: red. Hex color #E5298B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E5298B is #1AD674. Grayscale: #6C6C6C. Windows color (decimal): -1758837 or 9120229. OLE color: 9120229.
HSL color Cylindrical-coordinate representation of color #E5298B: hue angle of 328.72º 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 #E5298B is Cyan = 0, Magento = 0.82, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 41 | 139 | - |
| CMYK | 0 | 0.82 | 0.39 | 0.10 |
| HSL | 328.72º | 0.78% | 0.53% | - |
| HSV(B) | 328.72º | 0.82% | 0.9% | - |
| XYZ | 37.77 | 20.11 | 26.32 | - |
| YUV | 108.38 | 145.28 | 214.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 41 | 139 | 0 | 0.82 | 0.39 | 0.10 | 328.72 | 0.78 | 0.53 |
| Hex | E5 | 29 | 8B | 0 | 52 | 27 | A | 149 | 4E | 35 |
| Octal | 345 | 51 | 213 | 0 | 122 | 47 | 12 | 511 | 116 | 65 |
| Binary | 11100101 | 101001 | 10001011 | 0 | 1010010 | 100111 | 1010 | 101001001 | 1001110 | 110101 |
Color Harmonies of #E5298B
Complementary color
Monochromatic Colors of #E5298B
Black with #E5298B
Text Example
Text Example
White with #E5298B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5298B; }
p { color: rgb(229,41,139); }
H1.HeaderClassName
{
color: #E5298B;
}
.AnyTagClassName
{
color: #E5298B;
}
</style>
background-color css
<style>
a { background-color: #E5298B; }
a { background-color: rgb(229,41,139); }
div.DivClassName
{
background-color: #E5298B;
}
.BgClassName
{
background-color: #E5298B;
}
</style>
border-color css
<style>
span { border-color: #E5298B; }
span { border-color: rgb(229,41,139); }
td.TdClassName
{
border-color: #E5298B;
}
.TagClassName
{
border-color: #E5298B;
}
</style>