Shades of Deep Cerise #E12A7B
Tints of Deep Cerise #E12A7B
RGB
CMYK
RGB Variations
Color information
#E12A7B (or 0xE12A7B) is known color: Deep Cerise. HEX triplet: E1, 2A and 7B. RGB value is (225,42,123). Sum of RGB (Red+Green+Blue) = 225+42+123=390 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.69% from 390); Green value is 42 (16.80% from 255 or 10.77% from 390); Blue value is 123 (48.44% from 255 or 31.54% from 390); Max value from RGB is 225 - color contains mainly: red. Hex color #E12A7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12A7B is #1ED584. Grayscale: #696969. Windows color (decimal): -2020741 or 8071905. OLE color: 8071905.
HSL color Cylindrical-coordinate representation of color #E12A7B: hue angle of 333.44º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E12A7B is Cyan = 0, Magento = 0.81, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 42 | 123 | - |
| CMYK | 0 | 0.81 | 0.45 | 0.12 |
| HSL | 333.44º | 0.75% | 0.52% | - |
| HSV(B) | 333.44º | 0.81% | 0.88% | - |
| XYZ | 35.45 | 19.09 | 20.56 | - |
| YUV | 105.95 | 137.63 | 212.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 42 | 123 | 0 | 0.81 | 0.45 | 0.12 | 333.44 | 0.75 | 0.52 |
| Hex | E1 | 2A | 7B | 0 | 51 | 2D | C | 14D | 4B | 34 |
| Octal | 341 | 52 | 173 | 0 | 121 | 55 | 14 | 515 | 113 | 64 |
| Binary | 11100001 | 101010 | 1111011 | 0 | 1010001 | 101101 | 1100 | 101001101 | 1001011 | 110100 |
Color Harmonies of #E12A7B
Complementary color
Monochromatic Colors of #E12A7B
Black with #E12A7B
Text Example
Text Example
White with #E12A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12A7B; }
p { color: rgb(225,42,123); }
H1.HeaderClassName
{
color: #E12A7B;
}
.AnyTagClassName
{
color: #E12A7B;
}
</style>
background-color css
<style>
a { background-color: #E12A7B; }
a { background-color: rgb(225,42,123); }
div.DivClassName
{
background-color: #E12A7B;
}
.BgClassName
{
background-color: #E12A7B;
}
</style>
border-color css
<style>
span { border-color: #E12A7B; }
span { border-color: rgb(225,42,123); }
td.TdClassName
{
border-color: #E12A7B;
}
.TagClassName
{
border-color: #E12A7B;
}
</style>