Shades of Deep Cerise #E72D8D
Tints of Deep Cerise #E72D8D
RGB
CMYK
RGB Variations
Color information
#E72D8D (or 0xE72D8D) is known color: Deep Cerise. HEX triplet: E7, 2D and 8D. RGB value is (231,45,141). Sum of RGB (Red+Green+Blue) = 231+45+141=417 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55.40% from 417); Green value is 45 (17.97% from 255 or 10.79% from 417); Blue value is 141 (55.47% from 255 or 33.81% from 417); Max value from RGB is 231 - color contains mainly: red. Hex color #E72D8D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E72D8D is #18D272. Grayscale: #6F6F6F. Windows color (decimal): -1626739 or 9252327. OLE color: 9252327.
HSL color Cylindrical-coordinate representation of color #E72D8D: hue angle of 329.03º 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 #E72D8D is Cyan = 0, Magento = 0.81, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 45 | 141 | - |
| CMYK | 0 | 0.81 | 0.39 | 0.09 |
| HSL | 329.03º | 0.79% | 0.54% | - |
| HSV(B) | 329.03º | 0.81% | 0.91% | - |
| XYZ | 38.7 | 20.79 | 27.17 | - |
| YUV | 111.56 | 144.62 | 213.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 45 | 141 | 0 | 0.81 | 0.39 | 0.09 | 329.03 | 0.79 | 0.54 |
| Hex | E7 | 2D | 8D | 0 | 51 | 27 | 9 | 149 | 4F | 36 |
| Octal | 347 | 55 | 215 | 0 | 121 | 47 | 11 | 511 | 117 | 66 |
| Binary | 11100111 | 101101 | 10001101 | 0 | 1010001 | 100111 | 1001 | 101001001 | 1001111 | 110110 |
Color Harmonies of #E72D8D
Complementary color
Monochromatic Colors of #E72D8D
Black with #E72D8D
Text Example
Text Example
White with #E72D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72D8D; }
p { color: rgb(231,45,141); }
H1.HeaderClassName
{
color: #E72D8D;
}
.AnyTagClassName
{
color: #E72D8D;
}
</style>
background-color css
<style>
a { background-color: #E72D8D; }
a { background-color: rgb(231,45,141); }
div.DivClassName
{
background-color: #E72D8D;
}
.BgClassName
{
background-color: #E72D8D;
}
</style>
border-color css
<style>
span { border-color: #E72D8D; }
span { border-color: rgb(231,45,141); }
td.TdClassName
{
border-color: #E72D8D;
}
.TagClassName
{
border-color: #E72D8D;
}
</style>