Shades of Deep Cerise #E72B7D
Tints of Deep Cerise #E72B7D
RGB
CMYK
RGB Variations
Color information
#E72B7D (or 0xE72B7D) is known color: Deep Cerise. HEX triplet: E7, 2B and 7D. RGB value is (231,43,125). Sum of RGB (Red+Green+Blue) = 231+43+125=399 (52% of max value = 765). Red value is 231 (90.62% from 255 or 57.89% from 399); Green value is 43 (17.19% from 255 or 10.78% from 399); Blue value is 125 (49.22% from 255 or 31.33% from 399); Max value from RGB is 231 - color contains mainly: red. Hex color #E72B7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E72B7D is #18D482. Grayscale: #6C6C6C. Windows color (decimal): -1627267 or 8203239. OLE color: 8203239.
HSL color Cylindrical-coordinate representation of color #E72B7D: hue angle of 333.83º 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 #E72B7D is Cyan = 0, Magento = 0.81, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 43 | 125 | - |
| CMYK | 0 | 0.81 | 0.46 | 0.09 |
| HSL | 333.83º | 0.8% | 0.54% | - |
| HSV(B) | 333.83º | 0.81% | 0.91% | - |
| XYZ | 37.52 | 20.2 | 21.32 | - |
| YUV | 108.56 | 137.28 | 215.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 43 | 125 | 0 | 0.81 | 0.46 | 0.09 | 333.83 | 0.8 | 0.54 |
| Hex | E7 | 2B | 7D | 0 | 51 | 2E | 9 | 14E | 50 | 36 |
| Octal | 347 | 53 | 175 | 0 | 121 | 56 | 11 | 516 | 120 | 66 |
| Binary | 11100111 | 101011 | 1111101 | 0 | 1010001 | 101110 | 1001 | 101001110 | 1010000 | 110110 |
Color Harmonies of #E72B7D
Complementary color
Monochromatic Colors of #E72B7D
Black with #E72B7D
Text Example
Text Example
White with #E72B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72B7D; }
p { color: rgb(231,43,125); }
H1.HeaderClassName
{
color: #E72B7D;
}
.AnyTagClassName
{
color: #E72B7D;
}
</style>
background-color css
<style>
a { background-color: #E72B7D; }
a { background-color: rgb(231,43,125); }
div.DivClassName
{
background-color: #E72B7D;
}
.BgClassName
{
background-color: #E72B7D;
}
</style>
border-color css
<style>
span { border-color: #E72B7D; }
span { border-color: rgb(231,43,125); }
td.TdClassName
{
border-color: #E72B7D;
}
.TagClassName
{
border-color: #E72B7D;
}
</style>