Shades of Cerise #E1346D
Tints of Cerise #E1346D
RGB
CMYK
RGB Variations
Color information
#E1346D (or 0xE1346D) is known color: Cerise. HEX triplet: E1, 34 and 6D. RGB value is (225,52,109). Sum of RGB (Red+Green+Blue) = 225+52+109=386 (51% of max value = 765). Red value is 225 (88.28% from 255 or 58.29% from 386); Green value is 52 (20.70% from 255 or 13.47% from 386); Blue value is 109 (42.97% from 255 or 28.24% from 386); Max value from RGB is 225 - color contains mainly: red. Hex color #E1346D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1346D is #1ECB92. Grayscale: #6E6E6E. Windows color (decimal): -2018195 or 7156961. OLE color: 7156961.
HSL color Cylindrical-coordinate representation of color #E1346D: hue angle of 340.23º 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 #E1346D is Cyan = 0, Magento = 0.77, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 52 | 109 | - |
| CMYK | 0 | 0.77 | 0.52 | 0.12 |
| HSL | 340.23º | 0.74% | 0.54% | - |
| HSV(B) | 340.23º | 0.77% | 0.88% | - |
| XYZ | 35.04 | 19.57 | 16.4 | - |
| YUV | 110.23 | 127.31 | 209.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 52 | 109 | 0 | 0.77 | 0.52 | 0.12 | 340.23 | 0.74 | 0.54 |
| Hex | E1 | 34 | 6D | 0 | 4D | 34 | C | 154 | 4A | 36 |
| Octal | 341 | 64 | 155 | 0 | 115 | 64 | 14 | 524 | 112 | 66 |
| Binary | 11100001 | 110100 | 1101101 | 0 | 1001101 | 110100 | 1100 | 101010100 | 1001010 | 110110 |
Color Harmonies of #E1346D
Complementary color
Monochromatic Colors of #E1346D
Black with #E1346D
Text Example
Text Example
White with #E1346D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1346D; }
p { color: rgb(225,52,109); }
H1.HeaderClassName
{
color: #E1346D;
}
.AnyTagClassName
{
color: #E1346D;
}
</style>
background-color css
<style>
a { background-color: #E1346D; }
a { background-color: rgb(225,52,109); }
div.DivClassName
{
background-color: #E1346D;
}
.BgClassName
{
background-color: #E1346D;
}
</style>
border-color css
<style>
span { border-color: #E1346D; }
span { border-color: rgb(225,52,109); }
td.TdClassName
{
border-color: #E1346D;
}
.TagClassName
{
border-color: #E1346D;
}
</style>