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