Shades of Cerise #E2266E
Tints of Cerise #E2266E
RGB
CMYK
RGB Variations
Color information
#E2266E (or 0xE2266E) is known color: Cerise. HEX triplet: E2, 26 and 6E. RGB value is (226,38,110). Sum of RGB (Red+Green+Blue) = 226+38+110=374 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.43% from 374); Green value is 38 (15.23% from 255 or 10.16% from 374); Blue value is 110 (43.36% from 255 or 29.41% from 374); Max value from RGB is 226 - color contains mainly: red. Hex color #E2266E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2266E is #1DD991. Grayscale: #666666. Windows color (decimal): -1956242 or 7218914. OLE color: 7218914.
HSL color Cylindrical-coordinate representation of color #E2266E: hue angle of 337.02º 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 #E2266E is Cyan = 0, Magento = 0.83, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 38 | 110 | - |
| CMYK | 0 | 0.83 | 0.51 | 0.11 |
| HSL | 337.02º | 0.76% | 0.52% | - |
| HSV(B) | 337.02º | 0.83% | 0.89% | - |
| XYZ | 34.87 | 18.68 | 16.52 | - |
| YUV | 102.42 | 132.28 | 216.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 38 | 110 | 0 | 0.83 | 0.51 | 0.11 | 337.02 | 0.76 | 0.52 |
| Hex | E2 | 26 | 6E | 0 | 53 | 33 | B | 151 | 4C | 34 |
| Octal | 342 | 46 | 156 | 0 | 123 | 63 | 13 | 521 | 114 | 64 |
| Binary | 11100010 | 100110 | 1101110 | 0 | 1010011 | 110011 | 1011 | 101010001 | 1001100 | 110100 |
Color Harmonies of #E2266E
Complementary color
Monochromatic Colors of #E2266E
Black with #E2266E
Text Example
Text Example
White with #E2266E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2266E; }
p { color: rgb(226,38,110); }
H1.HeaderClassName
{
color: #E2266E;
}
.AnyTagClassName
{
color: #E2266E;
}
</style>
background-color css
<style>
a { background-color: #E2266E; }
a { background-color: rgb(226,38,110); }
div.DivClassName
{
background-color: #E2266E;
}
.BgClassName
{
background-color: #E2266E;
}
</style>
border-color css
<style>
span { border-color: #E2266E; }
span { border-color: rgb(226,38,110); }
td.TdClassName
{
border-color: #E2266E;
}
.TagClassName
{
border-color: #E2266E;
}
</style>