Shades of Deep Cerise #E2308F
Tints of Deep Cerise #E2308F
RGB
CMYK
RGB Variations
Color information
#E2308F (or 0xE2308F) is known color: Deep Cerise. HEX triplet: E2, 30 and 8F. RGB value is (226,48,143). Sum of RGB (Red+Green+Blue) = 226+48+143=417 (55% of max value = 765). Red value is 226 (88.67% from 255 or 54.20% from 417); Green value is 48 (19.14% from 255 or 11.51% from 417); Blue value is 143 (56.25% from 255 or 34.29% from 417); Max value from RGB is 226 - color contains mainly: red. Hex color #E2308F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E2308F is #1DCF70. Grayscale: #6F6F6F. Windows color (decimal): -1953649 or 9384162. OLE color: 9384162.
HSL color Cylindrical-coordinate representation of color #E2308F: hue angle of 327.98º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E2308F is Cyan = 0, Magento = 0.79, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 48 | 143 | - |
| CMYK | 0 | 0.79 | 0.37 | 0.11 |
| HSL | 327.98º | 0.75% | 0.54% | - |
| HSV(B) | 327.98º | 0.79% | 0.89% | - |
| XYZ | 37.38 | 20.27 | 27.93 | - |
| YUV | 112.05 | 145.47 | 209.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 48 | 143 | 0 | 0.79 | 0.37 | 0.11 | 327.98 | 0.75 | 0.54 |
| Hex | E2 | 30 | 8F | 0 | 4F | 25 | B | 148 | 4B | 36 |
| Octal | 342 | 60 | 217 | 0 | 117 | 45 | 13 | 510 | 113 | 66 |
| Binary | 11100010 | 110000 | 10001111 | 0 | 1001111 | 100101 | 1011 | 101001000 | 1001011 | 110110 |
Color Harmonies of #E2308F
Complementary color
Monochromatic Colors of #E2308F
Black with #E2308F
Text Example
Text Example
White with #E2308F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2308F; }
p { color: rgb(226,48,143); }
H1.HeaderClassName
{
color: #E2308F;
}
.AnyTagClassName
{
color: #E2308F;
}
</style>
background-color css
<style>
a { background-color: #E2308F; }
a { background-color: rgb(226,48,143); }
div.DivClassName
{
background-color: #E2308F;
}
.BgClassName
{
background-color: #E2308F;
}
</style>
border-color css
<style>
span { border-color: #E2308F; }
span { border-color: rgb(226,48,143); }
td.TdClassName
{
border-color: #E2308F;
}
.TagClassName
{
border-color: #E2308F;
}
</style>