Shades of Deep Cerise #E12B7E
Tints of Deep Cerise #E12B7E
RGB
CMYK
RGB Variations
Color information
#E12B7E (or 0xE12B7E) is known color: Deep Cerise. HEX triplet: E1, 2B and 7E. RGB value is (225,43,126). Sum of RGB (Red+Green+Blue) = 225+43+126=394 (52% of max value = 765). Red value is 225 (88.28% from 255 or 57.11% from 394); Green value is 43 (17.19% from 255 or 10.91% from 394); Blue value is 126 (49.61% from 255 or 31.98% from 394); Max value from RGB is 225 - color contains mainly: red. Hex color #E12B7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12B7E is #1ED481. Grayscale: #6A6A6A. Windows color (decimal): -2020482 or 8268769. OLE color: 8268769.
HSL color Cylindrical-coordinate representation of color #E12B7E: hue angle of 332.64º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E12B7E is Cyan = 0, Magento = 0.81, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 43 | 126 | - |
| CMYK | 0 | 0.81 | 0.44 | 0.12 |
| HSL | 332.64º | 0.75% | 0.53% | - |
| HSV(B) | 332.64º | 0.81% | 0.88% | - |
| XYZ | 35.68 | 19.24 | 21.57 | - |
| YUV | 106.88 | 138.8 | 212.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 43 | 126 | 0 | 0.81 | 0.44 | 0.12 | 332.64 | 0.75 | 0.53 |
| Hex | E1 | 2B | 7E | 0 | 51 | 2C | C | 14D | 4B | 35 |
| Octal | 341 | 53 | 176 | 0 | 121 | 54 | 14 | 515 | 113 | 65 |
| Binary | 11100001 | 101011 | 1111110 | 0 | 1010001 | 101100 | 1100 | 101001101 | 1001011 | 110101 |
Color Harmonies of #E12B7E
Complementary color
Monochromatic Colors of #E12B7E
Black with #E12B7E
Text Example
Text Example
White with #E12B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12B7E; }
p { color: rgb(225,43,126); }
H1.HeaderClassName
{
color: #E12B7E;
}
.AnyTagClassName
{
color: #E12B7E;
}
</style>
background-color css
<style>
a { background-color: #E12B7E; }
a { background-color: rgb(225,43,126); }
div.DivClassName
{
background-color: #E12B7E;
}
.BgClassName
{
background-color: #E12B7E;
}
</style>
border-color css
<style>
span { border-color: #E12B7E; }
span { border-color: rgb(225,43,126); }
td.TdClassName
{
border-color: #E12B7E;
}
.TagClassName
{
border-color: #E12B7E;
}
</style>