Shades of Deep Cerise #E72C80
Tints of Deep Cerise #E72C80
RGB
CMYK
RGB Variations
Color information
#E72C80 (or 0xE72C80) is known color: Deep Cerise. HEX triplet: E7, 2C and 80. RGB value is (231,44,128). Sum of RGB (Red+Green+Blue) = 231+44+128=403 (53% of max value = 765). Red value is 231 (90.62% from 255 or 57.32% from 403); Green value is 44 (17.58% from 255 or 10.92% from 403); Blue value is 128 (50.39% from 255 or 31.76% from 403); Max value from RGB is 231 - color contains mainly: red. Hex color #E72C80 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E72C80 is #18D37F. Grayscale: #6D6D6D. Windows color (decimal): -1627008 or 8400103. OLE color: 8400103.
HSL color Cylindrical-coordinate representation of color #E72C80: hue angle of 333.05º 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 #E72C80 is Cyan = 0, Magento = 0.81, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 44 | 128 | - |
| CMYK | 0 | 0.81 | 0.45 | 0.09 |
| HSL | 333.05º | 0.8% | 0.54% | - |
| HSV(B) | 333.05º | 0.81% | 0.91% | - |
| XYZ | 37.75 | 20.35 | 22.36 | - |
| YUV | 109.49 | 138.45 | 214.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 44 | 128 | 0 | 0.81 | 0.45 | 0.09 | 333.05 | 0.8 | 0.54 |
| Hex | E7 | 2C | 80 | 0 | 51 | 2D | 9 | 14D | 50 | 36 |
| Octal | 347 | 54 | 200 | 0 | 121 | 55 | 11 | 515 | 120 | 66 |
| Binary | 11100111 | 101100 | 10000000 | 0 | 1010001 | 101101 | 1001 | 101001101 | 1010000 | 110110 |
Color Harmonies of #E72C80
Complementary color
Monochromatic Colors of #E72C80
Black with #E72C80
Text Example
Text Example
White with #E72C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72C80; }
p { color: rgb(231,44,128); }
H1.HeaderClassName
{
color: #E72C80;
}
.AnyTagClassName
{
color: #E72C80;
}
</style>
background-color css
<style>
a { background-color: #E72C80; }
a { background-color: rgb(231,44,128); }
div.DivClassName
{
background-color: #E72C80;
}
.BgClassName
{
background-color: #E72C80;
}
</style>
border-color css
<style>
span { border-color: #E72C80; }
span { border-color: rgb(231,44,128); }
td.TdClassName
{
border-color: #E72C80;
}
.TagClassName
{
border-color: #E72C80;
}
</style>