Shades of Cerise #E2266F
Tints of Cerise #E2266F
RGB
CMYK
RGB Variations
Color information
#E2266F (or 0xE2266F) is known color: Cerise. HEX triplet: E2, 26 and 6F. RGB value is (226,38,111). Sum of RGB (Red+Green+Blue) = 226+38+111=375 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.27% from 375); Green value is 38 (15.23% from 255 or 10.13% from 375); Blue value is 111 (43.75% from 255 or 29.6% from 375); Max value from RGB is 226 - color contains mainly: red. Hex color #E2266F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2266F is #1DD990. Grayscale: #666666. Windows color (decimal): -1956241 or 7284450. OLE color: 7284450.
HSL color Cylindrical-coordinate representation of color #E2266F: hue angle of 336.7º 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 #E2266F is Cyan = 0, Magento = 0.83, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 38 | 111 | - |
| CMYK | 0 | 0.83 | 0.51 | 0.11 |
| HSL | 336.7º | 0.76% | 0.52% | - |
| HSV(B) | 336.7º | 0.83% | 0.89% | - |
| XYZ | 34.93 | 18.7 | 16.81 | - |
| YUV | 102.53 | 132.78 | 216.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 38 | 111 | 0 | 0.83 | 0.51 | 0.11 | 336.7 | 0.76 | 0.52 |
| Hex | E2 | 26 | 6F | 0 | 53 | 33 | B | 151 | 4C | 34 |
| Octal | 342 | 46 | 157 | 0 | 123 | 63 | 13 | 521 | 114 | 64 |
| Binary | 11100010 | 100110 | 1101111 | 0 | 1010011 | 110011 | 1011 | 101010001 | 1001100 | 110100 |
Color Harmonies of #E2266F
Complementary color
Monochromatic Colors of #E2266F
Black with #E2266F
Text Example
Text Example
White with #E2266F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2266F; }
p { color: rgb(226,38,111); }
H1.HeaderClassName
{
color: #E2266F;
}
.AnyTagClassName
{
color: #E2266F;
}
</style>
background-color css
<style>
a { background-color: #E2266F; }
a { background-color: rgb(226,38,111); }
div.DivClassName
{
background-color: #E2266F;
}
.BgClassName
{
background-color: #E2266F;
}
</style>
border-color css
<style>
span { border-color: #E2266F; }
span { border-color: rgb(226,38,111); }
td.TdClassName
{
border-color: #E2266F;
}
.TagClassName
{
border-color: #E2266F;
}
</style>