Shades of Deep Cerise #E2307C
Tints of Deep Cerise #E2307C
RGB
CMYK
RGB Variations
Color information
#E2307C (or 0xE2307C) is known color: Deep Cerise. HEX triplet: E2, 30 and 7C. RGB value is (226,48,124). Sum of RGB (Red+Green+Blue) = 226+48+124=398 (52% of max value = 765). Red value is 226 (88.67% from 255 or 56.78% from 398); Green value is 48 (19.14% from 255 or 12.06% from 398); Blue value is 124 (48.83% from 255 or 31.16% from 398); Max value from RGB is 226 - color contains mainly: red. Hex color #E2307C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2307C is #1DCF83. Grayscale: #6D6D6D. Windows color (decimal): -1953668 or 8138978. OLE color: 8138978.
HSL color Cylindrical-coordinate representation of color #E2307C: hue angle of 334.38º 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 #E2307C is Cyan = 0, Magento = 0.79, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 48 | 124 | - |
| CMYK | 0 | 0.79 | 0.45 | 0.11 |
| HSL | 334.38º | 0.75% | 0.54% | - |
| HSV(B) | 334.38º | 0.79% | 0.89% | - |
| XYZ | 36.06 | 19.74 | 20.98 | - |
| YUV | 109.89 | 135.97 | 210.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 48 | 124 | 0 | 0.79 | 0.45 | 0.11 | 334.38 | 0.75 | 0.54 |
| Hex | E2 | 30 | 7C | 0 | 4F | 2D | B | 14E | 4B | 36 |
| Octal | 342 | 60 | 174 | 0 | 117 | 55 | 13 | 516 | 113 | 66 |
| Binary | 11100010 | 110000 | 1111100 | 0 | 1001111 | 101101 | 1011 | 101001110 | 1001011 | 110110 |
Color Harmonies of #E2307C
Complementary color
Monochromatic Colors of #E2307C
Black with #E2307C
Text Example
Text Example
White with #E2307C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2307C; }
p { color: rgb(226,48,124); }
H1.HeaderClassName
{
color: #E2307C;
}
.AnyTagClassName
{
color: #E2307C;
}
</style>
background-color css
<style>
a { background-color: #E2307C; }
a { background-color: rgb(226,48,124); }
div.DivClassName
{
background-color: #E2307C;
}
.BgClassName
{
background-color: #E2307C;
}
</style>
border-color css
<style>
span { border-color: #E2307C; }
span { border-color: rgb(226,48,124); }
td.TdClassName
{
border-color: #E2307C;
}
.TagClassName
{
border-color: #E2307C;
}
</style>