Shades of Cerise #E13166
Tints of Cerise #E13166
RGB
CMYK
RGB Variations
Color information
#E13166 (or 0xE13166) is known color: Cerise. HEX triplet: E1, 31 and 66. RGB value is (225,49,102). Sum of RGB (Red+Green+Blue) = 225+49+102=376 (49% of max value = 765). Red value is 225 (88.28% from 255 or 59.84% from 376); Green value is 49 (19.53% from 255 or 13.03% from 376); Blue value is 102 (40.23% from 255 or 27.13% from 376); Max value from RGB is 225 - color contains mainly: red. Hex color #E13166 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E13166 is #1ECE99. Grayscale: #6B6B6B. Windows color (decimal): -2018970 or 6697441. OLE color: 6697441.
HSL color Cylindrical-coordinate representation of color #E13166: hue angle of 341.93º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E13166 is Cyan = 0, Magento = 0.78, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 49 | 102 | - |
| CMYK | 0 | 0.78 | 0.55 | 0.12 |
| HSL | 341.93º | 0.75% | 0.54% | - |
| HSV(B) | 341.93º | 0.78% | 0.88% | - |
| XYZ | 34.55 | 19.16 | 14.45 | - |
| YUV | 107.67 | 124.81 | 211.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 49 | 102 | 0 | 0.78 | 0.55 | 0.12 | 341.93 | 0.75 | 0.54 |
| Hex | E1 | 31 | 66 | 0 | 4E | 37 | C | 156 | 4B | 36 |
| Octal | 341 | 61 | 146 | 0 | 116 | 67 | 14 | 526 | 113 | 66 |
| Binary | 11100001 | 110001 | 1100110 | 0 | 1001110 | 110111 | 1100 | 101010110 | 1001011 | 110110 |
Color Harmonies of #E13166
Complementary color
Monochromatic Colors of #E13166
Black with #E13166
Text Example
Text Example
White with #E13166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13166; }
p { color: rgb(225,49,102); }
H1.HeaderClassName
{
color: #E13166;
}
.AnyTagClassName
{
color: #E13166;
}
</style>
background-color css
<style>
a { background-color: #E13166; }
a { background-color: rgb(225,49,102); }
div.DivClassName
{
background-color: #E13166;
}
.BgClassName
{
background-color: #E13166;
}
</style>
border-color css
<style>
span { border-color: #E13166; }
span { border-color: rgb(225,49,102); }
td.TdClassName
{
border-color: #E13166;
}
.TagClassName
{
border-color: #E13166;
}
</style>