Shades of Cerise #E13266
Tints of Cerise #E13266
RGB
CMYK
RGB Variations
Color information
#E13266 (or 0xE13266) is known color: Cerise. HEX triplet: E1, 32 and 66. RGB value is (225,50,102). Sum of RGB (Red+Green+Blue) = 225+50+102=377 (49% of max value = 765). Red value is 225 (88.28% from 255 or 59.68% from 377); Green value is 50 (19.92% from 255 or 13.26% from 377); Blue value is 102 (40.23% from 255 or 27.06% from 377); Max value from RGB is 225 - color contains mainly: red. Hex color #E13266 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E13266 is #1ECD99. Grayscale: #6C6C6C. Windows color (decimal): -2018714 or 6697697. OLE color: 6697697.
HSL color Cylindrical-coordinate representation of color #E13266: hue angle of 342.17º degrees, saturation: 0.74, 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 #E13266 is Cyan = 0, Magento = 0.78, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 50 | 102 | - |
| CMYK | 0 | 0.78 | 0.55 | 0.12 |
| HSL | 342.17º | 0.74% | 0.54% | - |
| HSV(B) | 342.17º | 0.78% | 0.88% | - |
| XYZ | 34.59 | 19.25 | 14.46 | - |
| YUV | 108.25 | 124.48 | 211.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 50 | 102 | 0 | 0.78 | 0.55 | 0.12 | 342.17 | 0.74 | 0.54 |
| Hex | E1 | 32 | 66 | 0 | 4E | 37 | C | 156 | 4A | 36 |
| Octal | 341 | 62 | 146 | 0 | 116 | 67 | 14 | 526 | 112 | 66 |
| Binary | 11100001 | 110010 | 1100110 | 0 | 1001110 | 110111 | 1100 | 101010110 | 1001010 | 110110 |
Color Harmonies of #E13266
Complementary color
Monochromatic Colors of #E13266
Black with #E13266
Text Example
Text Example
White with #E13266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13266; }
p { color: rgb(225,50,102); }
H1.HeaderClassName
{
color: #E13266;
}
.AnyTagClassName
{
color: #E13266;
}
</style>
background-color css
<style>
a { background-color: #E13266; }
a { background-color: rgb(225,50,102); }
div.DivClassName
{
background-color: #E13266;
}
.BgClassName
{
background-color: #E13266;
}
</style>
border-color css
<style>
span { border-color: #E13266; }
span { border-color: rgb(225,50,102); }
td.TdClassName
{
border-color: #E13266;
}
.TagClassName
{
border-color: #E13266;
}
</style>