Shades of Cerise #E1266F
Tints of Cerise #E1266F
RGB
CMYK
RGB Variations
Color information
#E1266F (or 0xE1266F) is known color: Cerise. HEX triplet: E1, 26 and 6F. RGB value is (225,38,111). Sum of RGB (Red+Green+Blue) = 225+38+111=374 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.16% from 374); Green value is 38 (15.23% from 255 or 10.16% from 374); Blue value is 111 (43.75% from 255 or 29.68% from 374); Max value from RGB is 225 - color contains mainly: red. Hex color #E1266F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1266F is #1ED990. Grayscale: #666666. Windows color (decimal): -2021777 or 7284449. OLE color: 7284449.
HSL color Cylindrical-coordinate representation of color #E1266F: hue angle of 336.58º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E1266F is Cyan = 0, Magento = 0.83, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 38 | 111 | - |
| CMYK | 0 | 0.83 | 0.51 | 0.12 |
| HSL | 336.58º | 0.76% | 0.52% | - |
| HSV(B) | 336.58º | 0.83% | 0.88% | - |
| XYZ | 34.61 | 18.54 | 16.79 | - |
| YUV | 102.24 | 132.95 | 215.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 38 | 111 | 0 | 0.83 | 0.51 | 0.12 | 336.58 | 0.76 | 0.52 |
| Hex | E1 | 26 | 6F | 0 | 53 | 33 | C | 151 | 4C | 34 |
| Octal | 341 | 46 | 157 | 0 | 123 | 63 | 14 | 521 | 114 | 64 |
| Binary | 11100001 | 100110 | 1101111 | 0 | 1010011 | 110011 | 1100 | 101010001 | 1001100 | 110100 |
Color Harmonies of #E1266F
Complementary color
Monochromatic Colors of #E1266F
Black with #E1266F
Text Example
Text Example
White with #E1266F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1266F; }
p { color: rgb(225,38,111); }
H1.HeaderClassName
{
color: #E1266F;
}
.AnyTagClassName
{
color: #E1266F;
}
</style>
background-color css
<style>
a { background-color: #E1266F; }
a { background-color: rgb(225,38,111); }
div.DivClassName
{
background-color: #E1266F;
}
.BgClassName
{
background-color: #E1266F;
}
</style>
border-color css
<style>
span { border-color: #E1266F; }
span { border-color: rgb(225,38,111); }
td.TdClassName
{
border-color: #E1266F;
}
.TagClassName
{
border-color: #E1266F;
}
</style>