Shades of Cerise #E12D6A
Tints of Cerise #E12D6A
RGB
CMYK
RGB Variations
Color information
#E12D6A (or 0xE12D6A) is known color: Cerise. HEX triplet: E1, 2D and 6A. RGB value is (225,45,106). Sum of RGB (Red+Green+Blue) = 225+45+106=376 (49% of max value = 765). Red value is 225 (88.28% from 255 or 59.84% from 376); Green value is 45 (17.97% from 255 or 11.97% from 376); Blue value is 106 (41.80% from 255 or 28.19% from 376); Max value from RGB is 225 - color contains mainly: red. Hex color #E12D6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12D6A is #1ED295. Grayscale: #696969. Windows color (decimal): -2019990 or 6958561. OLE color: 6958561.
HSL color Cylindrical-coordinate representation of color #E12D6A: hue angle of 339.67º 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 #E12D6A is Cyan = 0, Magento = 0.8, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 45 | 106 | - |
| CMYK | 0 | 0.8 | 0.53 | 0.12 |
| HSL | 339.67º | 0.75% | 0.53% | - |
| HSV(B) | 339.67º | 0.8% | 0.88% | - |
| XYZ | 34.59 | 18.92 | 15.47 | - |
| YUV | 105.77 | 128.13 | 213.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 45 | 106 | 0 | 0.8 | 0.53 | 0.12 | 339.67 | 0.75 | 0.53 |
| Hex | E1 | 2D | 6A | 0 | 50 | 35 | C | 154 | 4B | 35 |
| Octal | 341 | 55 | 152 | 0 | 120 | 65 | 14 | 524 | 113 | 65 |
| Binary | 11100001 | 101101 | 1101010 | 0 | 1010000 | 110101 | 1100 | 101010100 | 1001011 | 110101 |
Color Harmonies of #E12D6A
Complementary color
Monochromatic Colors of #E12D6A
Black with #E12D6A
Text Example
Text Example
White with #E12D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12D6A; }
p { color: rgb(225,45,106); }
H1.HeaderClassName
{
color: #E12D6A;
}
.AnyTagClassName
{
color: #E12D6A;
}
</style>
background-color css
<style>
a { background-color: #E12D6A; }
a { background-color: rgb(225,45,106); }
div.DivClassName
{
background-color: #E12D6A;
}
.BgClassName
{
background-color: #E12D6A;
}
</style>
border-color css
<style>
span { border-color: #E12D6A; }
span { border-color: rgb(225,45,106); }
td.TdClassName
{
border-color: #E12D6A;
}
.TagClassName
{
border-color: #E12D6A;
}
</style>