Shades of Cerise #E1366A
Tints of Cerise #E1366A
RGB
CMYK
RGB Variations
Color information
#E1366A (or 0xE1366A) is known color: Cerise. HEX triplet: E1, 36 and 6A. RGB value is (225,54,106). Sum of RGB (Red+Green+Blue) = 225+54+106=385 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.44% from 385); Green value is 54 (21.48% from 255 or 14.03% from 385); Blue value is 106 (41.80% from 255 or 27.53% from 385); Max value from RGB is 225 - color contains mainly: red. Hex color #E1366A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1366A is #1EC995. Grayscale: #6F6F6F. Windows color (decimal): -2017686 or 6960865. OLE color: 6960865.
HSL color Cylindrical-coordinate representation of color #E1366A: hue angle of 341.75º 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 #E1366A is Cyan = 0, Magento = 0.76, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 54 | 106 | - |
| CMYK | 0 | 0.76 | 0.53 | 0.12 |
| HSL | 341.75º | 0.74% | 0.55% | - |
| HSV(B) | 341.75º | 0.76% | 0.88% | - |
| XYZ | 34.97 | 19.69 | 15.59 | - |
| YUV | 111.06 | 125.15 | 209.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 54 | 106 | 0 | 0.76 | 0.53 | 0.12 | 341.75 | 0.74 | 0.55 |
| Hex | E1 | 36 | 6A | 0 | 4C | 35 | C | 156 | 4A | 37 |
| Octal | 341 | 66 | 152 | 0 | 114 | 65 | 14 | 526 | 112 | 67 |
| Binary | 11100001 | 110110 | 1101010 | 0 | 1001100 | 110101 | 1100 | 101010110 | 1001010 | 110111 |
Color Harmonies of #E1366A
Complementary color
Monochromatic Colors of #E1366A
Black with #E1366A
Text Example
Text Example
White with #E1366A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1366A; }
p { color: rgb(225,54,106); }
H1.HeaderClassName
{
color: #E1366A;
}
.AnyTagClassName
{
color: #E1366A;
}
</style>
background-color css
<style>
a { background-color: #E1366A; }
a { background-color: rgb(225,54,106); }
div.DivClassName
{
background-color: #E1366A;
}
.BgClassName
{
background-color: #E1366A;
}
</style>
border-color css
<style>
span { border-color: #E1366A; }
span { border-color: rgb(225,54,106); }
td.TdClassName
{
border-color: #E1366A;
}
.TagClassName
{
border-color: #E1366A;
}
</style>