Shades of Deep Cerise #E2309C
Tints of Deep Cerise #E2309C
RGB
CMYK
RGB Variations
Color information
#E2309C (or 0xE2309C) is known color: Deep Cerise. HEX triplet: E2, 30 and 9C. RGB value is (226,48,156). Sum of RGB (Red+Green+Blue) = 226+48+156=430 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.56% from 430); Green value is 48 (19.14% from 255 or 11.16% from 430); Blue value is 156 (61.33% from 255 or 36.28% from 430); Max value from RGB is 226 - color contains mainly: red. Hex color #E2309C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E2309C is #1DCF63. Grayscale: #717171. Windows color (decimal): -1953636 or 10236130. OLE color: 10236130.
HSL color Cylindrical-coordinate representation of color #E2309C: hue angle of 323.6º 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 #E2309C is Cyan = 0, Magento = 0.79, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 48 | 156 | - |
| CMYK | 0 | 0.79 | 0.31 | 0.11 |
| HSL | 323.6º | 0.75% | 0.54% | - |
| HSV(B) | 323.6º | 0.79% | 0.89% | - |
| XYZ | 38.42 | 20.68 | 33.42 | - |
| YUV | 113.53 | 151.97 | 208.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 48 | 156 | 0 | 0.79 | 0.31 | 0.11 | 323.6 | 0.75 | 0.54 |
| Hex | E2 | 30 | 9C | 0 | 4F | 1F | B | 144 | 4B | 36 |
| Octal | 342 | 60 | 234 | 0 | 117 | 37 | 13 | 504 | 113 | 66 |
| Binary | 11100010 | 110000 | 10011100 | 0 | 1001111 | 11111 | 1011 | 101000100 | 1001011 | 110110 |
Color Harmonies of #E2309C
Complementary color
Monochromatic Colors of #E2309C
Black with #E2309C
Text Example
Text Example
White with #E2309C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2309C; }
p { color: rgb(226,48,156); }
H1.HeaderClassName
{
color: #E2309C;
}
.AnyTagClassName
{
color: #E2309C;
}
</style>
background-color css
<style>
a { background-color: #E2309C; }
a { background-color: rgb(226,48,156); }
div.DivClassName
{
background-color: #E2309C;
}
.BgClassName
{
background-color: #E2309C;
}
</style>
border-color css
<style>
span { border-color: #E2309C; }
span { border-color: rgb(226,48,156); }
td.TdClassName
{
border-color: #E2309C;
}
.TagClassName
{
border-color: #E2309C;
}
</style>