Shades of Deep Cerise #E12B8A
Tints of Deep Cerise #E12B8A
RGB
CMYK
RGB Variations
Color information
#E12B8A (or 0xE12B8A) is known color: Deep Cerise. HEX triplet: E1, 2B and 8A. RGB value is (225,43,138). Sum of RGB (Red+Green+Blue) = 225+43+138=406 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.42% from 406); Green value is 43 (17.19% from 255 or 10.59% from 406); Blue value is 138 (54.30% from 255 or 33.99% from 406); Max value from RGB is 225 - color contains mainly: red. Hex color #E12B8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12B8A is #1ED475. Grayscale: #6C6C6C. Windows color (decimal): -2020470 or 9055201. OLE color: 9055201.
HSL color Cylindrical-coordinate representation of color #E12B8A: hue angle of 328.68º 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 #E12B8A is Cyan = 0, Magento = 0.81, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 43 | 138 | - |
| CMYK | 0 | 0.81 | 0.39 | 0.12 |
| HSL | 328.68º | 0.75% | 0.53% | - |
| HSV(B) | 328.68º | 0.81% | 0.88% | - |
| XYZ | 36.5 | 19.57 | 25.9 | - |
| YUV | 108.25 | 144.8 | 211.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 43 | 138 | 0 | 0.81 | 0.39 | 0.12 | 328.68 | 0.75 | 0.53 |
| Hex | E1 | 2B | 8A | 0 | 51 | 27 | C | 149 | 4B | 35 |
| Octal | 341 | 53 | 212 | 0 | 121 | 47 | 14 | 511 | 113 | 65 |
| Binary | 11100001 | 101011 | 10001010 | 0 | 1010001 | 100111 | 1100 | 101001001 | 1001011 | 110101 |
Color Harmonies of #E12B8A
Complementary color
Monochromatic Colors of #E12B8A
Black with #E12B8A
Text Example
Text Example
White with #E12B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12B8A; }
p { color: rgb(225,43,138); }
H1.HeaderClassName
{
color: #E12B8A;
}
.AnyTagClassName
{
color: #E12B8A;
}
</style>
background-color css
<style>
a { background-color: #E12B8A; }
a { background-color: rgb(225,43,138); }
div.DivClassName
{
background-color: #E12B8A;
}
.BgClassName
{
background-color: #E12B8A;
}
</style>
border-color css
<style>
span { border-color: #E12B8A; }
span { border-color: rgb(225,43,138); }
td.TdClassName
{
border-color: #E12B8A;
}
.TagClassName
{
border-color: #E12B8A;
}
</style>