Shades of Deep Cerise #E12D7E
Tints of Deep Cerise #E12D7E
RGB
CMYK
RGB Variations
Color information
#E12D7E (or 0xE12D7E) is known color: Deep Cerise. HEX triplet: E1, 2D and 7E. RGB value is (225,45,126). Sum of RGB (Red+Green+Blue) = 225+45+126=396 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.82% from 396); Green value is 45 (17.97% from 255 or 11.36% from 396); Blue value is 126 (49.61% from 255 or 31.82% from 396); Max value from RGB is 225 - color contains mainly: red. Hex color #E12D7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12D7E is #1ED281. Grayscale: #6B6B6B. Windows color (decimal): -2019970 or 8269281. OLE color: 8269281.
HSL color Cylindrical-coordinate representation of color #E12D7E: hue angle of 333º 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 #E12D7E is Cyan = 0, Magento = 0.8, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 45 | 126 | - |
| CMYK | 0 | 0.8 | 0.44 | 0.12 |
| HSL | 333º | 0.75% | 0.53% | - |
| HSV(B) | 333º | 0.8% | 0.88% | - |
| XYZ | 35.76 | 19.39 | 21.6 | - |
| YUV | 108.05 | 138.13 | 211.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 45 | 126 | 0 | 0.8 | 0.44 | 0.12 | 333 | 0.75 | 0.53 |
| Hex | E1 | 2D | 7E | 0 | 50 | 2C | C | 14D | 4B | 35 |
| Octal | 341 | 55 | 176 | 0 | 120 | 54 | 14 | 515 | 113 | 65 |
| Binary | 11100001 | 101101 | 1111110 | 0 | 1010000 | 101100 | 1100 | 101001101 | 1001011 | 110101 |
Color Harmonies of #E12D7E
Complementary color
Monochromatic Colors of #E12D7E
Black with #E12D7E
Text Example
Text Example
White with #E12D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12D7E; }
p { color: rgb(225,45,126); }
H1.HeaderClassName
{
color: #E12D7E;
}
.AnyTagClassName
{
color: #E12D7E;
}
</style>
background-color css
<style>
a { background-color: #E12D7E; }
a { background-color: rgb(225,45,126); }
div.DivClassName
{
background-color: #E12D7E;
}
.BgClassName
{
background-color: #E12D7E;
}
</style>
border-color css
<style>
span { border-color: #E12D7E; }
span { border-color: rgb(225,45,126); }
td.TdClassName
{
border-color: #E12D7E;
}
.TagClassName
{
border-color: #E12D7E;
}
</style>