Shades of Deep Cerise #E2279C
Tints of Deep Cerise #E2279C
RGB
CMYK
RGB Variations
Color information
#E2279C (or 0xE2279C) is known color: Deep Cerise. HEX triplet: E2, 27 and 9C. RGB value is (226,39,156). Sum of RGB (Red+Green+Blue) = 226+39+156=421 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.68% from 421); Green value is 39 (15.62% from 255 or 9.26% from 421); Blue value is 156 (61.33% from 255 or 37.05% from 421); Max value from RGB is 226 - color contains mainly: red. Hex color #E2279C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E2279C is #1DD863. Grayscale: #6B6B6B. Windows color (decimal): -1955940 or 10233826. OLE color: 10233826.
HSL color Cylindrical-coordinate representation of color #E2279C: hue angle of 322.46º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E2279C is Cyan = 0, Magento = 0.83, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 39 | 156 | - |
| CMYK | 0 | 0.83 | 0.31 | 0.11 |
| HSL | 322.46º | 0.76% | 0.52% | - |
| HSV(B) | 322.46º | 0.83% | 0.89% | - |
| XYZ | 38.09 | 20.02 | 33.31 | - |
| YUV | 108.25 | 154.95 | 211.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 39 | 156 | 0 | 0.83 | 0.31 | 0.11 | 322.46 | 0.76 | 0.52 |
| Hex | E2 | 27 | 9C | 0 | 53 | 1F | B | 142 | 4C | 34 |
| Octal | 342 | 47 | 234 | 0 | 123 | 37 | 13 | 502 | 114 | 64 |
| Binary | 11100010 | 100111 | 10011100 | 0 | 1010011 | 11111 | 1011 | 101000010 | 1001100 | 110100 |
Color Harmonies of #E2279C
Complementary color
Monochromatic Colors of #E2279C
Black with #E2279C
Text Example
Text Example
White with #E2279C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2279C; }
p { color: rgb(226,39,156); }
H1.HeaderClassName
{
color: #E2279C;
}
.AnyTagClassName
{
color: #E2279C;
}
</style>
background-color css
<style>
a { background-color: #E2279C; }
a { background-color: rgb(226,39,156); }
div.DivClassName
{
background-color: #E2279C;
}
.BgClassName
{
background-color: #E2279C;
}
</style>
border-color css
<style>
span { border-color: #E2279C; }
span { border-color: rgb(226,39,156); }
td.TdClassName
{
border-color: #E2279C;
}
.TagClassName
{
border-color: #E2279C;
}
</style>