Shades of Deep Cerise #E2279B
Tints of Deep Cerise #E2279B
RGB
CMYK
RGB Variations
Color information
#E2279B (or 0xE2279B) is known color: Deep Cerise. HEX triplet: E2, 27 and 9B. RGB value is (226,39,155). Sum of RGB (Red+Green+Blue) = 226+39+155=420 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.81% from 420); Green value is 39 (15.62% from 255 or 9.29% from 420); Blue value is 155 (60.94% from 255 or 36.90% from 420); Max value from RGB is 226 - color contains mainly: red. Hex color #E2279B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E2279B is #1DD864. Grayscale: #6B6B6B. Windows color (decimal): -1955941 or 10168290. OLE color: 10168290.
HSL color Cylindrical-coordinate representation of color #E2279B: hue angle of 322.78º 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 #E2279B is Cyan = 0, Magento = 0.83, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 39 | 155 | - |
| CMYK | 0 | 0.83 | 0.31 | 0.11 |
| HSL | 322.78º | 0.76% | 0.52% | - |
| HSV(B) | 322.78º | 0.83% | 0.89% | - |
| XYZ | 38.01 | 19.99 | 32.86 | - |
| YUV | 108.14 | 154.45 | 212.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 39 | 155 | 0 | 0.83 | 0.31 | 0.11 | 322.78 | 0.76 | 0.52 |
| Hex | E2 | 27 | 9B | 0 | 53 | 1F | B | 143 | 4C | 34 |
| Octal | 342 | 47 | 233 | 0 | 123 | 37 | 13 | 503 | 114 | 64 |
| Binary | 11100010 | 100111 | 10011011 | 0 | 1010011 | 11111 | 1011 | 101000011 | 1001100 | 110100 |
Color Harmonies of #E2279B
Complementary color
Monochromatic Colors of #E2279B
Black with #E2279B
Text Example
Text Example
White with #E2279B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2279B; }
p { color: rgb(226,39,155); }
H1.HeaderClassName
{
color: #E2279B;
}
.AnyTagClassName
{
color: #E2279B;
}
</style>
background-color css
<style>
a { background-color: #E2279B; }
a { background-color: rgb(226,39,155); }
div.DivClassName
{
background-color: #E2279B;
}
.BgClassName
{
background-color: #E2279B;
}
</style>
border-color css
<style>
span { border-color: #E2279B; }
span { border-color: rgb(226,39,155); }
td.TdClassName
{
border-color: #E2279B;
}
.TagClassName
{
border-color: #E2279B;
}
</style>