Shades of Cerise #E1266D
Tints of Cerise #E1266D
RGB
CMYK
RGB Variations
Color information
#E1266D (or 0xE1266D) is known color: Cerise. HEX triplet: E1, 26 and 6D. RGB value is (225,38,109). Sum of RGB (Red+Green+Blue) = 225+38+109=372 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.48% from 372); Green value is 38 (15.23% from 255 or 10.22% from 372); Blue value is 109 (42.97% from 255 or 29.30% from 372); Max value from RGB is 225 - color contains mainly: red. Hex color #E1266D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1266D is #1ED992. Grayscale: #656565. Windows color (decimal): -2021779 or 7153377. OLE color: 7153377.
HSL color Cylindrical-coordinate representation of color #E1266D: hue angle of 337.22º 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 #E1266D is Cyan = 0, Magento = 0.83, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 38 | 109 | - |
| CMYK | 0 | 0.83 | 0.52 | 0.12 |
| HSL | 337.22º | 0.76% | 0.52% | - |
| HSV(B) | 337.22º | 0.83% | 0.88% | - |
| XYZ | 34.5 | 18.5 | 16.22 | - |
| YUV | 102.01 | 131.95 | 215.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 38 | 109 | 0 | 0.83 | 0.52 | 0.12 | 337.22 | 0.76 | 0.52 |
| Hex | E1 | 26 | 6D | 0 | 53 | 34 | C | 151 | 4C | 34 |
| Octal | 341 | 46 | 155 | 0 | 123 | 64 | 14 | 521 | 114 | 64 |
| Binary | 11100001 | 100110 | 1101101 | 0 | 1010011 | 110100 | 1100 | 101010001 | 1001100 | 110100 |
Color Harmonies of #E1266D
Complementary color
Monochromatic Colors of #E1266D
Black with #E1266D
Text Example
Text Example
White with #E1266D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1266D; }
p { color: rgb(225,38,109); }
H1.HeaderClassName
{
color: #E1266D;
}
.AnyTagClassName
{
color: #E1266D;
}
</style>
background-color css
<style>
a { background-color: #E1266D; }
a { background-color: rgb(225,38,109); }
div.DivClassName
{
background-color: #E1266D;
}
.BgClassName
{
background-color: #E1266D;
}
</style>
border-color css
<style>
span { border-color: #E1266D; }
span { border-color: rgb(225,38,109); }
td.TdClassName
{
border-color: #E1266D;
}
.TagClassName
{
border-color: #E1266D;
}
</style>