Shades of Deep Cerise #E2269C
Tints of Deep Cerise #E2269C
RGB
CMYK
RGB Variations
Color information
#E2269C (or 0xE2269C) is known color: Deep Cerise. HEX triplet: E2, 26 and 9C. RGB value is (226,38,156). Sum of RGB (Red+Green+Blue) = 226+38+156=420 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.81% from 420); Green value is 38 (15.23% from 255 or 9.05% from 420); Blue value is 156 (61.33% from 255 or 37.14% from 420); Max value from RGB is 226 - color contains mainly: red. Hex color #E2269C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E2269C is #1DD963. Grayscale: #6B6B6B. Windows color (decimal): -1956196 or 10233570. OLE color: 10233570.
HSL color Cylindrical-coordinate representation of color #E2269C: hue angle of 322.34º 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 #E2269C is Cyan = 0, Magento = 0.83, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 38 | 156 | - |
| CMYK | 0 | 0.83 | 0.31 | 0.11 |
| HSL | 322.34º | 0.76% | 0.52% | - |
| HSV(B) | 322.34º | 0.83% | 0.89% | - |
| XYZ | 38.06 | 19.96 | 33.3 | - |
| YUV | 107.66 | 155.28 | 212.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 38 | 156 | 0 | 0.83 | 0.31 | 0.11 | 322.34 | 0.76 | 0.52 |
| Hex | E2 | 26 | 9C | 0 | 53 | 1F | B | 142 | 4C | 34 |
| Octal | 342 | 46 | 234 | 0 | 123 | 37 | 13 | 502 | 114 | 64 |
| Binary | 11100010 | 100110 | 10011100 | 0 | 1010011 | 11111 | 1011 | 101000010 | 1001100 | 110100 |
Color Harmonies of #E2269C
Complementary color
Monochromatic Colors of #E2269C
Black with #E2269C
Text Example
Text Example
White with #E2269C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2269C; }
p { color: rgb(226,38,156); }
H1.HeaderClassName
{
color: #E2269C;
}
.AnyTagClassName
{
color: #E2269C;
}
</style>
background-color css
<style>
a { background-color: #E2269C; }
a { background-color: rgb(226,38,156); }
div.DivClassName
{
background-color: #E2269C;
}
.BgClassName
{
background-color: #E2269C;
}
</style>
border-color css
<style>
span { border-color: #E2269C; }
span { border-color: rgb(226,38,156); }
td.TdClassName
{
border-color: #E2269C;
}
.TagClassName
{
border-color: #E2269C;
}
</style>