Shades of Cerise #E1346E
Tints of Cerise #E1346E
RGB
CMYK
RGB Variations
Color information
#E1346E (or 0xE1346E) is known color: Cerise. HEX triplet: E1, 34 and 6E. RGB value is (225,52,110). Sum of RGB (Red+Green+Blue) = 225+52+110=387 (51% of max value = 765). Red value is 225 (88.28% from 255 or 58.14% from 387); Green value is 52 (20.70% from 255 or 13.44% from 387); Blue value is 110 (43.36% from 255 or 28.42% from 387); Max value from RGB is 225 - color contains mainly: red. Hex color #E1346E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1346E is #1ECB91. Grayscale: #6E6E6E. Windows color (decimal): -2018194 or 7222497. OLE color: 7222497.
HSL color Cylindrical-coordinate representation of color #E1346E: hue angle of 339.88º 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 #E1346E is Cyan = 0, Magento = 0.77, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 52 | 110 | - |
| CMYK | 0 | 0.77 | 0.51 | 0.12 |
| HSL | 339.88º | 0.74% | 0.54% | - |
| HSV(B) | 339.88º | 0.77% | 0.88% | - |
| XYZ | 35.09 | 19.59 | 16.68 | - |
| YUV | 110.34 | 127.81 | 209.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 52 | 110 | 0 | 0.77 | 0.51 | 0.12 | 339.88 | 0.74 | 0.54 |
| Hex | E1 | 34 | 6E | 0 | 4D | 33 | C | 154 | 4A | 36 |
| Octal | 341 | 64 | 156 | 0 | 115 | 63 | 14 | 524 | 112 | 66 |
| Binary | 11100001 | 110100 | 1101110 | 0 | 1001101 | 110011 | 1100 | 101010100 | 1001010 | 110110 |
Color Harmonies of #E1346E
Complementary color
Monochromatic Colors of #E1346E
Black with #E1346E
Text Example
Text Example
White with #E1346E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1346E; }
p { color: rgb(225,52,110); }
H1.HeaderClassName
{
color: #E1346E;
}
.AnyTagClassName
{
color: #E1346E;
}
</style>
background-color css
<style>
a { background-color: #E1346E; }
a { background-color: rgb(225,52,110); }
div.DivClassName
{
background-color: #E1346E;
}
.BgClassName
{
background-color: #E1346E;
}
</style>
border-color css
<style>
span { border-color: #E1346E; }
span { border-color: rgb(225,52,110); }
td.TdClassName
{
border-color: #E1346E;
}
.TagClassName
{
border-color: #E1346E;
}
</style>