Shades of Deep Cerise #E72D8C
Tints of Deep Cerise #E72D8C
RGB
CMYK
RGB Variations
Color information
#E72D8C (or 0xE72D8C) is known color: Deep Cerise. HEX triplet: E7, 2D and 8C. RGB value is (231,45,140). Sum of RGB (Red+Green+Blue) = 231+45+140=416 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55.53% from 416); Green value is 45 (17.97% from 255 or 10.82% from 416); Blue value is 140 (55.08% from 255 or 33.65% from 416); Max value from RGB is 231 - color contains mainly: red. Hex color #E72D8C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E72D8C is #18D273. Grayscale: #6F6F6F. Windows color (decimal): -1626740 or 9186791. OLE color: 9186791.
HSL color Cylindrical-coordinate representation of color #E72D8C: hue angle of 329.35º degrees, saturation: 0.79, 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 #E72D8C is Cyan = 0, Magento = 0.81, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 45 | 140 | - |
| CMYK | 0 | 0.81 | 0.39 | 0.09 |
| HSL | 329.35º | 0.79% | 0.54% | - |
| HSV(B) | 329.35º | 0.81% | 0.91% | - |
| XYZ | 38.63 | 20.76 | 26.78 | - |
| YUV | 111.44 | 144.12 | 213.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 45 | 140 | 0 | 0.81 | 0.39 | 0.09 | 329.35 | 0.79 | 0.54 |
| Hex | E7 | 2D | 8C | 0 | 51 | 27 | 9 | 149 | 4F | 36 |
| Octal | 347 | 55 | 214 | 0 | 121 | 47 | 11 | 511 | 117 | 66 |
| Binary | 11100111 | 101101 | 10001100 | 0 | 1010001 | 100111 | 1001 | 101001001 | 1001111 | 110110 |
Color Harmonies of #E72D8C
Complementary color
Monochromatic Colors of #E72D8C
Black with #E72D8C
Text Example
Text Example
White with #E72D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72D8C; }
p { color: rgb(231,45,140); }
H1.HeaderClassName
{
color: #E72D8C;
}
.AnyTagClassName
{
color: #E72D8C;
}
</style>
background-color css
<style>
a { background-color: #E72D8C; }
a { background-color: rgb(231,45,140); }
div.DivClassName
{
background-color: #E72D8C;
}
.BgClassName
{
background-color: #E72D8C;
}
</style>
border-color css
<style>
span { border-color: #E72D8C; }
span { border-color: rgb(231,45,140); }
td.TdClassName
{
border-color: #E72D8C;
}
.TagClassName
{
border-color: #E72D8C;
}
</style>