Shades of Cerise #E13666
Tints of Cerise #E13666
RGB
CMYK
RGB Variations
Color information
#E13666 (or 0xE13666) is known color: Cerise. HEX triplet: E1, 36 and 66. RGB value is (225,54,102). Sum of RGB (Red+Green+Blue) = 225+54+102=381 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.06% from 381); Green value is 54 (21.48% from 255 or 14.17% from 381); Blue value is 102 (40.23% from 255 or 26.77% from 381); Max value from RGB is 225 - color contains mainly: red. Hex color #E13666 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E13666 is #1EC999. Grayscale: #6E6E6E. Windows color (decimal): -2017690 or 6698721. OLE color: 6698721.
HSL color Cylindrical-coordinate representation of color #E13666: hue angle of 343.16º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E13666 is Cyan = 0, Magento = 0.76, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 54 | 102 | - |
| CMYK | 0 | 0.76 | 0.55 | 0.12 |
| HSL | 343.16º | 0.74% | 0.55% | - |
| HSV(B) | 343.16º | 0.76% | 0.88% | - |
| XYZ | 34.77 | 19.61 | 14.52 | - |
| YUV | 110.6 | 123.15 | 209.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 54 | 102 | 0 | 0.76 | 0.55 | 0.12 | 343.16 | 0.74 | 0.55 |
| Hex | E1 | 36 | 66 | 0 | 4C | 37 | C | 157 | 4A | 37 |
| Octal | 341 | 66 | 146 | 0 | 114 | 67 | 14 | 527 | 112 | 67 |
| Binary | 11100001 | 110110 | 1100110 | 0 | 1001100 | 110111 | 1100 | 101010111 | 1001010 | 110111 |
Color Harmonies of #E13666
Complementary color
Monochromatic Colors of #E13666
Black with #E13666
Text Example
Text Example
White with #E13666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13666; }
p { color: rgb(225,54,102); }
H1.HeaderClassName
{
color: #E13666;
}
.AnyTagClassName
{
color: #E13666;
}
</style>
background-color css
<style>
a { background-color: #E13666; }
a { background-color: rgb(225,54,102); }
div.DivClassName
{
background-color: #E13666;
}
.BgClassName
{
background-color: #E13666;
}
</style>
border-color css
<style>
span { border-color: #E13666; }
span { border-color: rgb(225,54,102); }
td.TdClassName
{
border-color: #E13666;
}
.TagClassName
{
border-color: #E13666;
}
</style>