Shades of Deep Cerise #E5308C
Tints of Deep Cerise #E5308C
RGB
CMYK
RGB Variations
Color information
#E5308C (or 0xE5308C) is known color: Deep Cerise. HEX triplet: E5, 30 and 8C. RGB value is (229,48,140). Sum of RGB (Red+Green+Blue) = 229+48+140=417 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.92% from 417); Green value is 48 (19.14% from 255 or 11.51% from 417); Blue value is 140 (55.08% from 255 or 33.57% from 417); Max value from RGB is 229 - color contains mainly: red. Hex color #E5308C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E5308C is #1ACF73. Grayscale: #707070. Windows color (decimal): -1757044 or 9187557. OLE color: 9187557.
HSL color Cylindrical-coordinate representation of color #E5308C: hue angle of 329.5º 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 #E5308C is Cyan = 0, Magento = 0.79, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 48 | 140 | - |
| CMYK | 0 | 0.79 | 0.39 | 0.10 |
| HSL | 329.5º | 0.78% | 0.54% | - |
| HSV(B) | 329.5º | 0.79% | 0.9% | - |
| XYZ | 38.1 | 20.67 | 26.79 | - |
| YUV | 112.61 | 143.47 | 211.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 48 | 140 | 0 | 0.79 | 0.39 | 0.10 | 329.5 | 0.78 | 0.54 |
| Hex | E5 | 30 | 8C | 0 | 4F | 27 | A | 14A | 4E | 36 |
| Octal | 345 | 60 | 214 | 0 | 117 | 47 | 12 | 512 | 116 | 66 |
| Binary | 11100101 | 110000 | 10001100 | 0 | 1001111 | 100111 | 1010 | 101001010 | 1001110 | 110110 |
Color Harmonies of #E5308C
Complementary color
Monochromatic Colors of #E5308C
Black with #E5308C
Text Example
Text Example
White with #E5308C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5308C; }
p { color: rgb(229,48,140); }
H1.HeaderClassName
{
color: #E5308C;
}
.AnyTagClassName
{
color: #E5308C;
}
</style>
background-color css
<style>
a { background-color: #E5308C; }
a { background-color: rgb(229,48,140); }
div.DivClassName
{
background-color: #E5308C;
}
.BgClassName
{
background-color: #E5308C;
}
</style>
border-color css
<style>
span { border-color: #E5308C; }
span { border-color: rgb(229,48,140); }
td.TdClassName
{
border-color: #E5308C;
}
.TagClassName
{
border-color: #E5308C;
}
</style>