Shades of Deep Cerise #E2307B
Tints of Deep Cerise #E2307B
RGB
CMYK
RGB Variations
Color information
#E2307B (or 0xE2307B) is known color: Deep Cerise. HEX triplet: E2, 30 and 7B. RGB value is (226,48,123). Sum of RGB (Red+Green+Blue) = 226+48+123=397 (52% of max value = 765). Red value is 226 (88.67% from 255 or 56.93% from 397); Green value is 48 (19.14% from 255 or 12.09% from 397); Blue value is 123 (48.44% from 255 or 30.98% from 397); Max value from RGB is 226 - color contains mainly: red. Hex color #E2307B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2307B is #1DCF84. Grayscale: #6D6D6D. Windows color (decimal): -1953669 or 8073442. OLE color: 8073442.
HSL color Cylindrical-coordinate representation of color #E2307B: hue angle of 334.72º 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 #E2307B is Cyan = 0, Magento = 0.79, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 48 | 123 | - |
| CMYK | 0 | 0.79 | 0.46 | 0.11 |
| HSL | 334.72º | 0.75% | 0.54% | - |
| HSV(B) | 334.72º | 0.79% | 0.89% | - |
| XYZ | 36 | 19.71 | 20.65 | - |
| YUV | 109.77 | 135.47 | 210.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 48 | 123 | 0 | 0.79 | 0.46 | 0.11 | 334.72 | 0.75 | 0.54 |
| Hex | E2 | 30 | 7B | 0 | 4F | 2E | B | 14F | 4B | 36 |
| Octal | 342 | 60 | 173 | 0 | 117 | 56 | 13 | 517 | 113 | 66 |
| Binary | 11100010 | 110000 | 1111011 | 0 | 1001111 | 101110 | 1011 | 101001111 | 1001011 | 110110 |
Color Harmonies of #E2307B
Complementary color
Monochromatic Colors of #E2307B
Black with #E2307B
Text Example
Text Example
White with #E2307B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2307B; }
p { color: rgb(226,48,123); }
H1.HeaderClassName
{
color: #E2307B;
}
.AnyTagClassName
{
color: #E2307B;
}
</style>
background-color css
<style>
a { background-color: #E2307B; }
a { background-color: rgb(226,48,123); }
div.DivClassName
{
background-color: #E2307B;
}
.BgClassName
{
background-color: #E2307B;
}
</style>
border-color css
<style>
span { border-color: #E2307B; }
span { border-color: rgb(226,48,123); }
td.TdClassName
{
border-color: #E2307B;
}
.TagClassName
{
border-color: #E2307B;
}
</style>