Shades of Cerise #E12C5F
Tints of Cerise #E12C5F
RGB
CMYK
RGB Variations
Color information
#E12C5F (or 0xE12C5F) is known color: Cerise. HEX triplet: E1, 2C and 5F. RGB value is (225,44,95). Sum of RGB (Red+Green+Blue) = 225+44+95=364 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.81% from 364); Green value is 44 (17.58% from 255 or 12.09% from 364); Blue value is 95 (37.5% from 255 or 26.10% from 364); Max value from RGB is 225 - color contains mainly: red. Hex color #E12C5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12C5F is #1ED3A0. Grayscale: #676767. Windows color (decimal): -2020257 or 6237409. OLE color: 6237409.
HSL color Cylindrical-coordinate representation of color #E12C5F: hue angle of 343.09º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E12C5F is Cyan = 0, Magento = 0.80, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 44 | 95 | - |
| CMYK | 0 | 0.80 | 0.58 | 0.12 |
| HSL | 343.09º | 0.75% | 0.53% | - |
| HSV(B) | 343.09º | 0.8% | 0.88% | - |
| XYZ | 34.02 | 18.64 | 12.63 | - |
| YUV | 103.93 | 122.97 | 214.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 44 | 95 | 0 | 0.80 | 0.58 | 0.12 | 343.09 | 0.75 | 0.53 |
| Hex | E1 | 2C | 5F | 0 | 50 | 3A | C | 157 | 4B | 35 |
| Octal | 341 | 54 | 137 | 0 | 120 | 72 | 14 | 527 | 113 | 65 |
| Binary | 11100001 | 101100 | 1011111 | 0 | 1010000 | 111010 | 1100 | 101010111 | 1001011 | 110101 |
Color Harmonies of #E12C5F
Complementary color
Monochromatic Colors of #E12C5F
Black with #E12C5F
Text Example
Text Example
White with #E12C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12C5F; }
p { color: rgb(225,44,95); }
H1.HeaderClassName
{
color: #E12C5F;
}
.AnyTagClassName
{
color: #E12C5F;
}
</style>
background-color css
<style>
a { background-color: #E12C5F; }
a { background-color: rgb(225,44,95); }
div.DivClassName
{
background-color: #E12C5F;
}
.BgClassName
{
background-color: #E12C5F;
}
</style>
border-color css
<style>
span { border-color: #E12C5F; }
span { border-color: rgb(225,44,95); }
td.TdClassName
{
border-color: #E12C5F;
}
.TagClassName
{
border-color: #E12C5F;
}
</style>