Shades of Deep Cerise #E2307E
Tints of Deep Cerise #E2307E
RGB
CMYK
RGB Variations
Color information
#E2307E (or 0xE2307E) is known color: Deep Cerise. HEX triplet: E2, 30 and 7E. RGB value is (226,48,126). Sum of RGB (Red+Green+Blue) = 226+48+126=400 (52% of max value = 765). Red value is 226 (88.67% from 255 or 56.5% from 400); Green value is 48 (19.14% from 255 or 12% from 400); Blue value is 126 (49.61% from 255 or 31.5% from 400); Max value from RGB is 226 - color contains mainly: red. Hex color #E2307E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2307E is #1DCF81. Grayscale: #6D6D6D. Windows color (decimal): -1953666 or 8270050. OLE color: 8270050.
HSL color Cylindrical-coordinate representation of color #E2307E: hue angle of 333.71º 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 #E2307E is Cyan = 0, Magento = 0.79, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 48 | 126 | - |
| CMYK | 0 | 0.79 | 0.44 | 0.11 |
| HSL | 333.71º | 0.75% | 0.54% | - |
| HSV(B) | 333.71º | 0.79% | 0.89% | - |
| XYZ | 36.19 | 19.79 | 21.65 | - |
| YUV | 110.11 | 136.97 | 210.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 48 | 126 | 0 | 0.79 | 0.44 | 0.11 | 333.71 | 0.75 | 0.54 |
| Hex | E2 | 30 | 7E | 0 | 4F | 2C | B | 14E | 4B | 36 |
| Octal | 342 | 60 | 176 | 0 | 117 | 54 | 13 | 516 | 113 | 66 |
| Binary | 11100010 | 110000 | 1111110 | 0 | 1001111 | 101100 | 1011 | 101001110 | 1001011 | 110110 |
Color Harmonies of #E2307E
Complementary color
Monochromatic Colors of #E2307E
Black with #E2307E
Text Example
Text Example
White with #E2307E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2307E; }
p { color: rgb(226,48,126); }
H1.HeaderClassName
{
color: #E2307E;
}
.AnyTagClassName
{
color: #E2307E;
}
</style>
background-color css
<style>
a { background-color: #E2307E; }
a { background-color: rgb(226,48,126); }
div.DivClassName
{
background-color: #E2307E;
}
.BgClassName
{
background-color: #E2307E;
}
</style>
border-color css
<style>
span { border-color: #E2307E; }
span { border-color: rgb(226,48,126); }
td.TdClassName
{
border-color: #E2307E;
}
.TagClassName
{
border-color: #E2307E;
}
</style>