Shades of Deep Cerise #E2268C
Tints of Deep Cerise #E2268C
RGB
CMYK
RGB Variations
Color information
#E2268C (or 0xE2268C) is known color: Deep Cerise. HEX triplet: E2, 26 and 8C. RGB value is (226,38,140). Sum of RGB (Red+Green+Blue) = 226+38+140=404 (53% of max value = 765). Red value is 226 (88.67% from 255 or 55.94% from 404); Green value is 38 (15.23% from 255 or 9.41% from 404); Blue value is 140 (55.08% from 255 or 34.65% from 404); Max value from RGB is 226 - color contains mainly: red. Hex color #E2268C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E2268C is #1DD973. Grayscale: #696969. Windows color (decimal): -1956212 or 9184994. OLE color: 9184994.
HSL color Cylindrical-coordinate representation of color #E2268C: hue angle of 327.45º 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 #E2268C is Cyan = 0, Magento = 0.83, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 38 | 140 | - |
| CMYK | 0 | 0.83 | 0.38 | 0.11 |
| HSL | 327.45º | 0.76% | 0.52% | - |
| HSV(B) | 327.45º | 0.83% | 0.89% | - |
| XYZ | 36.79 | 19.45 | 26.63 | - |
| YUV | 105.84 | 147.28 | 213.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 38 | 140 | 0 | 0.83 | 0.38 | 0.11 | 327.45 | 0.76 | 0.52 |
| Hex | E2 | 26 | 8C | 0 | 53 | 26 | B | 147 | 4C | 34 |
| Octal | 342 | 46 | 214 | 0 | 123 | 46 | 13 | 507 | 114 | 64 |
| Binary | 11100010 | 100110 | 10001100 | 0 | 1010011 | 100110 | 1011 | 101000111 | 1001100 | 110100 |
Color Harmonies of #E2268C
Complementary color
Monochromatic Colors of #E2268C
Black with #E2268C
Text Example
Text Example
White with #E2268C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2268C; }
p { color: rgb(226,38,140); }
H1.HeaderClassName
{
color: #E2268C;
}
.AnyTagClassName
{
color: #E2268C;
}
</style>
background-color css
<style>
a { background-color: #E2268C; }
a { background-color: rgb(226,38,140); }
div.DivClassName
{
background-color: #E2268C;
}
.BgClassName
{
background-color: #E2268C;
}
</style>
border-color css
<style>
span { border-color: #E2268C; }
span { border-color: rgb(226,38,140); }
td.TdClassName
{
border-color: #E2268C;
}
.TagClassName
{
border-color: #E2268C;
}
</style>