Shades of Cerise #E12D6D
Tints of Cerise #E12D6D
RGB
CMYK
RGB Variations
Color information
#E12D6D (or 0xE12D6D) is known color: Cerise. HEX triplet: E1, 2D and 6D. RGB value is (225,45,109). Sum of RGB (Red+Green+Blue) = 225+45+109=379 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.37% from 379); Green value is 45 (17.97% from 255 or 11.87% from 379); Blue value is 109 (42.97% from 255 or 28.76% from 379); Max value from RGB is 225 - color contains mainly: red. Hex color #E12D6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12D6D is #1ED292. Grayscale: #6A6A6A. Windows color (decimal): -2019987 or 7155169. OLE color: 7155169.
HSL color Cylindrical-coordinate representation of color #E12D6D: hue angle of 338.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 #E12D6D is Cyan = 0, Magento = 0.8, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 45 | 109 | - |
| CMYK | 0 | 0.8 | 0.52 | 0.12 |
| HSL | 338.67º | 0.75% | 0.53% | - |
| HSV(B) | 338.67º | 0.8% | 0.88% | - |
| XYZ | 34.75 | 18.99 | 16.3 | - |
| YUV | 106.12 | 129.63 | 212.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 45 | 109 | 0 | 0.8 | 0.52 | 0.12 | 338.67 | 0.75 | 0.53 |
| Hex | E1 | 2D | 6D | 0 | 50 | 34 | C | 153 | 4B | 35 |
| Octal | 341 | 55 | 155 | 0 | 120 | 64 | 14 | 523 | 113 | 65 |
| Binary | 11100001 | 101101 | 1101101 | 0 | 1010000 | 110100 | 1100 | 101010011 | 1001011 | 110101 |
Color Harmonies of #E12D6D
Complementary color
Monochromatic Colors of #E12D6D
Black with #E12D6D
Text Example
Text Example
White with #E12D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12D6D; }
p { color: rgb(225,45,109); }
H1.HeaderClassName
{
color: #E12D6D;
}
.AnyTagClassName
{
color: #E12D6D;
}
</style>
background-color css
<style>
a { background-color: #E12D6D; }
a { background-color: rgb(225,45,109); }
div.DivClassName
{
background-color: #E12D6D;
}
.BgClassName
{
background-color: #E12D6D;
}
</style>
border-color css
<style>
span { border-color: #E12D6D; }
span { border-color: rgb(225,45,109); }
td.TdClassName
{
border-color: #E12D6D;
}
.TagClassName
{
border-color: #E12D6D;
}
</style>