Shades of Cerise #E1346F
Tints of Cerise #E1346F
RGB
CMYK
RGB Variations
Color information
#E1346F (or 0xE1346F) is known color: Cerise. HEX triplet: E1, 34 and 6F. RGB value is (225,52,111). Sum of RGB (Red+Green+Blue) = 225+52+111=388 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.99% from 388); Green value is 52 (20.70% from 255 or 13.40% from 388); Blue value is 111 (43.75% from 255 or 28.61% from 388); Max value from RGB is 225 - color contains mainly: red. Hex color #E1346F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1346F is #1ECB90. Grayscale: #6E6E6E. Windows color (decimal): -2018193 or 7288033. OLE color: 7288033.
HSL color Cylindrical-coordinate representation of color #E1346F: hue angle of 339.54º 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 #E1346F is Cyan = 0, Magento = 0.77, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 52 | 111 | - |
| CMYK | 0 | 0.77 | 0.51 | 0.12 |
| HSL | 339.54º | 0.74% | 0.54% | - |
| HSV(B) | 339.54º | 0.77% | 0.88% | - |
| XYZ | 35.15 | 19.61 | 16.97 | - |
| YUV | 110.45 | 128.31 | 209.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 52 | 111 | 0 | 0.77 | 0.51 | 0.12 | 339.54 | 0.74 | 0.54 |
| Hex | E1 | 34 | 6F | 0 | 4D | 33 | C | 154 | 4A | 36 |
| Octal | 341 | 64 | 157 | 0 | 115 | 63 | 14 | 524 | 112 | 66 |
| Binary | 11100001 | 110100 | 1101111 | 0 | 1001101 | 110011 | 1100 | 101010100 | 1001010 | 110110 |
Color Harmonies of #E1346F
Complementary color
Monochromatic Colors of #E1346F
Black with #E1346F
Text Example
Text Example
White with #E1346F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1346F; }
p { color: rgb(225,52,111); }
H1.HeaderClassName
{
color: #E1346F;
}
.AnyTagClassName
{
color: #E1346F;
}
</style>
background-color css
<style>
a { background-color: #E1346F; }
a { background-color: rgb(225,52,111); }
div.DivClassName
{
background-color: #E1346F;
}
.BgClassName
{
background-color: #E1346F;
}
</style>
border-color css
<style>
span { border-color: #E1346F; }
span { border-color: rgb(225,52,111); }
td.TdClassName
{
border-color: #E1346F;
}
.TagClassName
{
border-color: #E1346F;
}
</style>