Shades of Deep Cerise #E72D7D
Tints of Deep Cerise #E72D7D
RGB
CMYK
RGB Variations
Color information
#E72D7D (or 0xE72D7D) is known color: Deep Cerise. HEX triplet: E7, 2D and 7D. RGB value is (231,45,125). Sum of RGB (Red+Green+Blue) = 231+45+125=401 (53% of max value = 765). Red value is 231 (90.62% from 255 or 57.61% from 401); Green value is 45 (17.97% from 255 or 11.22% from 401); Blue value is 125 (49.22% from 255 or 31.17% from 401); Max value from RGB is 231 - color contains mainly: red. Hex color #E72D7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E72D7D is #18D282. Grayscale: #6D6D6D. Windows color (decimal): -1626755 or 8203751. OLE color: 8203751.
HSL color Cylindrical-coordinate representation of color #E72D7D: hue angle of 334.19º 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 #E72D7D is Cyan = 0, Magento = 0.81, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 45 | 125 | - |
| CMYK | 0 | 0.81 | 0.46 | 0.09 |
| HSL | 334.19º | 0.79% | 0.54% | - |
| HSV(B) | 334.19º | 0.81% | 0.91% | - |
| XYZ | 37.6 | 20.35 | 21.35 | - |
| YUV | 109.73 | 136.62 | 214.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 45 | 125 | 0 | 0.81 | 0.46 | 0.09 | 334.19 | 0.79 | 0.54 |
| Hex | E7 | 2D | 7D | 0 | 51 | 2E | 9 | 14E | 4F | 36 |
| Octal | 347 | 55 | 175 | 0 | 121 | 56 | 11 | 516 | 117 | 66 |
| Binary | 11100111 | 101101 | 1111101 | 0 | 1010001 | 101110 | 1001 | 101001110 | 1001111 | 110110 |
Color Harmonies of #E72D7D
Complementary color
Monochromatic Colors of #E72D7D
Black with #E72D7D
Text Example
Text Example
White with #E72D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72D7D; }
p { color: rgb(231,45,125); }
H1.HeaderClassName
{
color: #E72D7D;
}
.AnyTagClassName
{
color: #E72D7D;
}
</style>
background-color css
<style>
a { background-color: #E72D7D; }
a { background-color: rgb(231,45,125); }
div.DivClassName
{
background-color: #E72D7D;
}
.BgClassName
{
background-color: #E72D7D;
}
</style>
border-color css
<style>
span { border-color: #E72D7D; }
span { border-color: rgb(231,45,125); }
td.TdClassName
{
border-color: #E72D7D;
}
.TagClassName
{
border-color: #E72D7D;
}
</style>