Shades of Deep Cerise #E5308E
Tints of Deep Cerise #E5308E
RGB
CMYK
RGB Variations
Color information
#E5308E (or 0xE5308E) is known color: Deep Cerise. HEX triplet: E5, 30 and 8E. RGB value is (229,48,142). Sum of RGB (Red+Green+Blue) = 229+48+142=419 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.65% from 419); Green value is 48 (19.14% from 255 or 11.46% from 419); Blue value is 142 (55.86% from 255 or 33.89% from 419); Max value from RGB is 229 - color contains mainly: red. Hex color #E5308E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E5308E is #1ACF71. Grayscale: #707070. Windows color (decimal): -1757042 or 9318629. OLE color: 9318629.
HSL color Cylindrical-coordinate representation of color #E5308E: hue angle of 328.84º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E5308E is Cyan = 0, Magento = 0.79, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 48 | 142 | - |
| CMYK | 0 | 0.79 | 0.38 | 0.10 |
| HSL | 328.84º | 0.78% | 0.54% | - |
| HSV(B) | 328.84º | 0.79% | 0.9% | - |
| XYZ | 38.25 | 20.72 | 27.58 | - |
| YUV | 112.84 | 144.47 | 210.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 48 | 142 | 0 | 0.79 | 0.38 | 0.10 | 328.84 | 0.78 | 0.54 |
| Hex | E5 | 30 | 8E | 0 | 4F | 26 | A | 149 | 4E | 36 |
| Octal | 345 | 60 | 216 | 0 | 117 | 46 | 12 | 511 | 116 | 66 |
| Binary | 11100101 | 110000 | 10001110 | 0 | 1001111 | 100110 | 1010 | 101001001 | 1001110 | 110110 |
Color Harmonies of #E5308E
Complementary color
Monochromatic Colors of #E5308E
Black with #E5308E
Text Example
Text Example
White with #E5308E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5308E; }
p { color: rgb(229,48,142); }
H1.HeaderClassName
{
color: #E5308E;
}
.AnyTagClassName
{
color: #E5308E;
}
</style>
background-color css
<style>
a { background-color: #E5308E; }
a { background-color: rgb(229,48,142); }
div.DivClassName
{
background-color: #E5308E;
}
.BgClassName
{
background-color: #E5308E;
}
</style>
border-color css
<style>
span { border-color: #E5308E; }
span { border-color: rgb(229,48,142); }
td.TdClassName
{
border-color: #E5308E;
}
.TagClassName
{
border-color: #E5308E;
}
</style>