Shades of Deep Cerise #E12C7A
Tints of Deep Cerise #E12C7A
RGB
CMYK
RGB Variations
Color information
#E12C7A (or 0xE12C7A) is known color: Deep Cerise. HEX triplet: E1, 2C and 7A. RGB value is (225,44,122). Sum of RGB (Red+Green+Blue) = 225+44+122=391 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.54% from 391); Green value is 44 (17.58% from 255 or 11.25% from 391); Blue value is 122 (48.05% from 255 or 31.20% from 391); Max value from RGB is 225 - color contains mainly: red. Hex color #E12C7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12C7A is #1ED385. Grayscale: #6A6A6A. Windows color (decimal): -2020230 or 8006881. OLE color: 8006881.
HSL color Cylindrical-coordinate representation of color #E12C7A: hue angle of 334.14º 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 #E12C7A is Cyan = 0, Magento = 0.80, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 44 | 122 | - |
| CMYK | 0 | 0.80 | 0.46 | 0.12 |
| HSL | 334.14º | 0.75% | 0.53% | - |
| HSV(B) | 334.14º | 0.8% | 0.88% | - |
| XYZ | 35.46 | 19.21 | 20.25 | - |
| YUV | 107.01 | 136.47 | 212.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 44 | 122 | 0 | 0.80 | 0.46 | 0.12 | 334.14 | 0.75 | 0.53 |
| Hex | E1 | 2C | 7A | 0 | 50 | 2E | C | 14E | 4B | 35 |
| Octal | 341 | 54 | 172 | 0 | 120 | 56 | 14 | 516 | 113 | 65 |
| Binary | 11100001 | 101100 | 1111010 | 0 | 1010000 | 101110 | 1100 | 101001110 | 1001011 | 110101 |
Color Harmonies of #E12C7A
Complementary color
Monochromatic Colors of #E12C7A
Black with #E12C7A
Text Example
Text Example
White with #E12C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12C7A; }
p { color: rgb(225,44,122); }
H1.HeaderClassName
{
color: #E12C7A;
}
.AnyTagClassName
{
color: #E12C7A;
}
</style>
background-color css
<style>
a { background-color: #E12C7A; }
a { background-color: rgb(225,44,122); }
div.DivClassName
{
background-color: #E12C7A;
}
.BgClassName
{
background-color: #E12C7A;
}
</style>
border-color css
<style>
span { border-color: #E12C7A; }
span { border-color: rgb(225,44,122); }
td.TdClassName
{
border-color: #E12C7A;
}
.TagClassName
{
border-color: #E12C7A;
}
</style>