Shades of Cerise #E12F68
Tints of Cerise #E12F68
RGB
CMYK
RGB Variations
Color information
#E12F68 (or 0xE12F68) is known color: Cerise. HEX triplet: E1, 2F and 68. RGB value is (225,47,104). Sum of RGB (Red+Green+Blue) = 225+47+104=376 (49% of max value = 765). Red value is 225 (88.28% from 255 or 59.84% from 376); Green value is 47 (18.75% from 255 or 12.5% from 376); Blue value is 104 (41.02% from 255 or 27.66% from 376); Max value from RGB is 225 - color contains mainly: red. Hex color #E12F68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12F68 is #1ED097. Grayscale: #6A6A6A. Windows color (decimal): -2019480 or 6828001. OLE color: 6828001.
HSL color Cylindrical-coordinate representation of color #E12F68: hue angle of 340.79º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E12F68 is Cyan = 0, Magento = 0.79, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 47 | 104 | - |
| CMYK | 0 | 0.79 | 0.54 | 0.12 |
| HSL | 340.79º | 0.75% | 0.53% | - |
| HSV(B) | 340.79º | 0.79% | 0.88% | - |
| XYZ | 34.57 | 19.04 | 14.95 | - |
| YUV | 106.72 | 126.47 | 212.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 47 | 104 | 0 | 0.79 | 0.54 | 0.12 | 340.79 | 0.75 | 0.53 |
| Hex | E1 | 2F | 68 | 0 | 4F | 36 | C | 155 | 4B | 35 |
| Octal | 341 | 57 | 150 | 0 | 117 | 66 | 14 | 525 | 113 | 65 |
| Binary | 11100001 | 101111 | 1101000 | 0 | 1001111 | 110110 | 1100 | 101010101 | 1001011 | 110101 |
Color Harmonies of #E12F68
Complementary color
Monochromatic Colors of #E12F68
Black with #E12F68
Text Example
Text Example
White with #E12F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12F68; }
p { color: rgb(225,47,104); }
H1.HeaderClassName
{
color: #E12F68;
}
.AnyTagClassName
{
color: #E12F68;
}
</style>
background-color css
<style>
a { background-color: #E12F68; }
a { background-color: rgb(225,47,104); }
div.DivClassName
{
background-color: #E12F68;
}
.BgClassName
{
background-color: #E12F68;
}
</style>
border-color css
<style>
span { border-color: #E12F68; }
span { border-color: rgb(225,47,104); }
td.TdClassName
{
border-color: #E12F68;
}
.TagClassName
{
border-color: #E12F68;
}
</style>