Shades of Deep Cerise #E72380
Tints of Deep Cerise #E72380
RGB
CMYK
RGB Variations
Color information
#E72380 (or 0xE72380) is known color: Deep Cerise. HEX triplet: E7, 23 and 80. RGB value is (231,35,128). Sum of RGB (Red+Green+Blue) = 231+35+128=394 (52% of max value = 765). Red value is 231 (90.62% from 255 or 58.63% from 394); Green value is 35 (14.06% from 255 or 8.88% from 394); Blue value is 128 (50.39% from 255 or 32.49% from 394); Max value from RGB is 231 - color contains mainly: red. Hex color #E72380 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E72380 is #18DC7F. Grayscale: #686868. Windows color (decimal): -1629312 or 8397799. OLE color: 8397799.
HSL color Cylindrical-coordinate representation of color #E72380: hue angle of 331.53º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E72380 is Cyan = 0, Magento = 0.85, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 35 | 128 | - |
| CMYK | 0 | 0.85 | 0.45 | 0.09 |
| HSL | 331.53º | 0.8% | 0.52% | - |
| HSV(B) | 331.53º | 0.85% | 0.91% | - |
| XYZ | 37.45 | 19.75 | 22.26 | - |
| YUV | 104.21 | 141.43 | 218.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 35 | 128 | 0 | 0.85 | 0.45 | 0.09 | 331.53 | 0.8 | 0.52 |
| Hex | E7 | 23 | 80 | 0 | 55 | 2D | 9 | 14C | 50 | 34 |
| Octal | 347 | 43 | 200 | 0 | 125 | 55 | 11 | 514 | 120 | 64 |
| Binary | 11100111 | 100011 | 10000000 | 0 | 1010101 | 101101 | 1001 | 101001100 | 1010000 | 110100 |
Color Harmonies of #E72380
Complementary color
Monochromatic Colors of #E72380
Black with #E72380
Text Example
Text Example
White with #E72380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72380; }
p { color: rgb(231,35,128); }
H1.HeaderClassName
{
color: #E72380;
}
.AnyTagClassName
{
color: #E72380;
}
</style>
background-color css
<style>
a { background-color: #E72380; }
a { background-color: rgb(231,35,128); }
div.DivClassName
{
background-color: #E72380;
}
.BgClassName
{
background-color: #E72380;
}
</style>
border-color css
<style>
span { border-color: #E72380; }
span { border-color: rgb(231,35,128); }
td.TdClassName
{
border-color: #E72380;
}
.TagClassName
{
border-color: #E72380;
}
</style>