Shades of Cerise #E13366
Tints of Cerise #E13366
RGB
CMYK
RGB Variations
Color information
#E13366 (or 0xE13366) is known color: Cerise. HEX triplet: E1, 33 and 66. RGB value is (225,51,102). Sum of RGB (Red+Green+Blue) = 225+51+102=378 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.52% from 378); Green value is 51 (20.31% from 255 or 13.49% from 378); Blue value is 102 (40.23% from 255 or 26.98% from 378); Max value from RGB is 225 - color contains mainly: red. Hex color #E13366 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E13366 is #1ECC99. Grayscale: #6C6C6C. Windows color (decimal): -2018458 or 6697953. OLE color: 6697953.
HSL color Cylindrical-coordinate representation of color #E13366: hue angle of 342.41º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E13366 is Cyan = 0, Magento = 0.77, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 51 | 102 | - |
| CMYK | 0 | 0.77 | 0.55 | 0.12 |
| HSL | 342.41º | 0.74% | 0.54% | - |
| HSV(B) | 342.41º | 0.77% | 0.88% | - |
| XYZ | 34.63 | 19.33 | 14.48 | - |
| YUV | 108.84 | 124.15 | 210.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 51 | 102 | 0 | 0.77 | 0.55 | 0.12 | 342.41 | 0.74 | 0.54 |
| Hex | E1 | 33 | 66 | 0 | 4D | 37 | C | 156 | 4A | 36 |
| Octal | 341 | 63 | 146 | 0 | 115 | 67 | 14 | 526 | 112 | 66 |
| Binary | 11100001 | 110011 | 1100110 | 0 | 1001101 | 110111 | 1100 | 101010110 | 1001010 | 110110 |
Color Harmonies of #E13366
Complementary color
Monochromatic Colors of #E13366
Black with #E13366
Text Example
Text Example
White with #E13366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13366; }
p { color: rgb(225,51,102); }
H1.HeaderClassName
{
color: #E13366;
}
.AnyTagClassName
{
color: #E13366;
}
</style>
background-color css
<style>
a { background-color: #E13366; }
a { background-color: rgb(225,51,102); }
div.DivClassName
{
background-color: #E13366;
}
.BgClassName
{
background-color: #E13366;
}
</style>
border-color css
<style>
span { border-color: #E13366; }
span { border-color: rgb(225,51,102); }
td.TdClassName
{
border-color: #E13366;
}
.TagClassName
{
border-color: #E13366;
}
</style>