Shades of Deep Cerise #E72C8A
Tints of Deep Cerise #E72C8A
RGB
CMYK
RGB Variations
Color information
#E72C8A (or 0xE72C8A) is known color: Deep Cerise. HEX triplet: E7, 2C and 8A. RGB value is (231,44,138). Sum of RGB (Red+Green+Blue) = 231+44+138=413 (54% of max value = 765). Red value is 231 (90.62% from 255 or 55.93% from 413); Green value is 44 (17.58% from 255 or 10.65% from 413); Blue value is 138 (54.30% from 255 or 33.41% from 413); Max value from RGB is 231 - color contains mainly: red. Hex color #E72C8A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E72C8A is #18D375. Grayscale: #6E6E6E. Windows color (decimal): -1626998 or 9055463. OLE color: 9055463.
HSL color Cylindrical-coordinate representation of color #E72C8A: hue angle of 329.84º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E72C8A is Cyan = 0, Magento = 0.81, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 44 | 138 | - |
| CMYK | 0 | 0.81 | 0.40 | 0.09 |
| HSL | 329.84º | 0.8% | 0.54% | - |
| HSV(B) | 329.84º | 0.81% | 0.91% | - |
| XYZ | 38.44 | 20.63 | 26 | - |
| YUV | 110.63 | 143.45 | 213.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 44 | 138 | 0 | 0.81 | 0.40 | 0.09 | 329.84 | 0.8 | 0.54 |
| Hex | E7 | 2C | 8A | 0 | 51 | 28 | 9 | 14A | 50 | 36 |
| Octal | 347 | 54 | 212 | 0 | 121 | 50 | 11 | 512 | 120 | 66 |
| Binary | 11100111 | 101100 | 10001010 | 0 | 1010001 | 101000 | 1001 | 101001010 | 1010000 | 110110 |
Color Harmonies of #E72C8A
Complementary color
Monochromatic Colors of #E72C8A
Black with #E72C8A
Text Example
Text Example
White with #E72C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72C8A; }
p { color: rgb(231,44,138); }
H1.HeaderClassName
{
color: #E72C8A;
}
.AnyTagClassName
{
color: #E72C8A;
}
</style>
background-color css
<style>
a { background-color: #E72C8A; }
a { background-color: rgb(231,44,138); }
div.DivClassName
{
background-color: #E72C8A;
}
.BgClassName
{
background-color: #E72C8A;
}
</style>
border-color css
<style>
span { border-color: #E72C8A; }
span { border-color: rgb(231,44,138); }
td.TdClassName
{
border-color: #E72C8A;
}
.TagClassName
{
border-color: #E72C8A;
}
</style>