Shades of Cerise #E1366C
Tints of Cerise #E1366C
RGB
CMYK
RGB Variations
Color information
#E1366C (or 0xE1366C) is known color: Cerise. HEX triplet: E1, 36 and 6C. RGB value is (225,54,108). Sum of RGB (Red+Green+Blue) = 225+54+108=387 (51% of max value = 765). Red value is 225 (88.28% from 255 or 58.14% from 387); Green value is 54 (21.48% from 255 or 13.95% from 387); Blue value is 108 (42.58% from 255 or 27.91% from 387); Max value from RGB is 225 - color contains mainly: red. Hex color #E1366C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1366C is #1EC993. Grayscale: #6F6F6F. Windows color (decimal): -2017684 or 7091937. OLE color: 7091937.
HSL color Cylindrical-coordinate representation of color #E1366C: hue angle of 341.05º 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 #E1366C is Cyan = 0, Magento = 0.76, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 54 | 108 | - |
| CMYK | 0 | 0.76 | 0.52 | 0.12 |
| HSL | 341.05º | 0.74% | 0.55% | - |
| HSV(B) | 341.05º | 0.76% | 0.88% | - |
| XYZ | 35.08 | 19.73 | 16.15 | - |
| YUV | 111.29 | 126.15 | 209.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 54 | 108 | 0 | 0.76 | 0.52 | 0.12 | 341.05 | 0.74 | 0.55 |
| Hex | E1 | 36 | 6C | 0 | 4C | 34 | C | 155 | 4A | 37 |
| Octal | 341 | 66 | 154 | 0 | 114 | 64 | 14 | 525 | 112 | 67 |
| Binary | 11100001 | 110110 | 1101100 | 0 | 1001100 | 110100 | 1100 | 101010101 | 1001010 | 110111 |
Color Harmonies of #E1366C
Complementary color
Monochromatic Colors of #E1366C
Black with #E1366C
Text Example
Text Example
White with #E1366C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1366C; }
p { color: rgb(225,54,108); }
H1.HeaderClassName
{
color: #E1366C;
}
.AnyTagClassName
{
color: #E1366C;
}
</style>
background-color css
<style>
a { background-color: #E1366C; }
a { background-color: rgb(225,54,108); }
div.DivClassName
{
background-color: #E1366C;
}
.BgClassName
{
background-color: #E1366C;
}
</style>
border-color css
<style>
span { border-color: #E1366C; }
span { border-color: rgb(225,54,108); }
td.TdClassName
{
border-color: #E1366C;
}
.TagClassName
{
border-color: #E1366C;
}
</style>