Shades of Cerise #E14266
Tints of Cerise #E14266
RGB
CMYK
RGB Variations
Color information
#E14266 (or 0xE14266) is known color: Cerise. HEX triplet: E1, 42 and 66. RGB value is (225,66,102). Sum of RGB (Red+Green+Blue) = 225+66+102=393 (52% of max value = 765). Red value is 225 (88.28% from 255 or 57.25% from 393); Green value is 66 (26.17% from 255 or 16.79% from 393); Blue value is 102 (40.23% from 255 or 25.95% from 393); Max value from RGB is 225 - color contains mainly: red. Hex color #E14266 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14266 is #1EBD99. Grayscale: #757575. Windows color (decimal): -2014618 or 6701793. OLE color: 6701793.
HSL color Cylindrical-coordinate representation of color #E14266: hue angle of 346.42º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E14266 is Cyan = 0, Magento = 0.71, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 66 | 102 | - |
| CMYK | 0 | 0.71 | 0.55 | 0.12 |
| HSL | 346.42º | 0.73% | 0.57% | - |
| HSV(B) | 346.42º | 0.71% | 0.88% | - |
| XYZ | 35.4 | 20.86 | 14.73 | - |
| YUV | 117.65 | 119.18 | 204.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 66 | 102 | 0 | 0.71 | 0.55 | 0.12 | 346.42 | 0.73 | 0.57 |
| Hex | E1 | 42 | 66 | 0 | 47 | 37 | C | 15A | 49 | 39 |
| Octal | 341 | 102 | 146 | 0 | 107 | 67 | 14 | 532 | 111 | 71 |
| Binary | 11100001 | 1000010 | 1100110 | 0 | 1000111 | 110111 | 1100 | 101011010 | 1001001 | 111001 |
Color Harmonies of #E14266
Complementary color
Monochromatic Colors of #E14266
Black with #E14266
Text Example
Text Example
White with #E14266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14266; }
p { color: rgb(225,66,102); }
H1.HeaderClassName
{
color: #E14266;
}
.AnyTagClassName
{
color: #E14266;
}
</style>
background-color css
<style>
a { background-color: #E14266; }
a { background-color: rgb(225,66,102); }
div.DivClassName
{
background-color: #E14266;
}
.BgClassName
{
background-color: #E14266;
}
</style>
border-color css
<style>
span { border-color: #E14266; }
span { border-color: rgb(225,66,102); }
td.TdClassName
{
border-color: #E14266;
}
.TagClassName
{
border-color: #E14266;
}
</style>