Shades of Deep Cerise #E72D7E
Tints of Deep Cerise #E72D7E
RGB
CMYK
RGB Variations
Color information
#E72D7E (or 0xE72D7E) is known color: Deep Cerise. HEX triplet: E7, 2D and 7E. RGB value is (231,45,126). Sum of RGB (Red+Green+Blue) = 231+45+126=402 (53% of max value = 765). Red value is 231 (90.62% from 255 or 57.46% from 402); Green value is 45 (17.97% from 255 or 11.19% from 402); Blue value is 126 (49.61% from 255 or 31.34% from 402); Max value from RGB is 231 - color contains mainly: red. Hex color #E72D7E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E72D7E is #18D281. Grayscale: #6D6D6D. Windows color (decimal): -1626754 or 8269287. OLE color: 8269287.
HSL color Cylindrical-coordinate representation of color #E72D7E: hue angle of 333.87º 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 #E72D7E is Cyan = 0, Magento = 0.81, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 45 | 126 | - |
| CMYK | 0 | 0.81 | 0.45 | 0.09 |
| HSL | 333.87º | 0.79% | 0.54% | - |
| HSV(B) | 333.87º | 0.81% | 0.91% | - |
| XYZ | 37.66 | 20.37 | 21.69 | - |
| YUV | 109.85 | 137.12 | 214.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 45 | 126 | 0 | 0.81 | 0.45 | 0.09 | 333.87 | 0.79 | 0.54 |
| Hex | E7 | 2D | 7E | 0 | 51 | 2D | 9 | 14E | 4F | 36 |
| Octal | 347 | 55 | 176 | 0 | 121 | 55 | 11 | 516 | 117 | 66 |
| Binary | 11100111 | 101101 | 1111110 | 0 | 1010001 | 101101 | 1001 | 101001110 | 1001111 | 110110 |
Color Harmonies of #E72D7E
Complementary color
Monochromatic Colors of #E72D7E
Black with #E72D7E
Text Example
Text Example
White with #E72D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72D7E; }
p { color: rgb(231,45,126); }
H1.HeaderClassName
{
color: #E72D7E;
}
.AnyTagClassName
{
color: #E72D7E;
}
</style>
background-color css
<style>
a { background-color: #E72D7E; }
a { background-color: rgb(231,45,126); }
div.DivClassName
{
background-color: #E72D7E;
}
.BgClassName
{
background-color: #E72D7E;
}
</style>
border-color css
<style>
span { border-color: #E72D7E; }
span { border-color: rgb(231,45,126); }
td.TdClassName
{
border-color: #E72D7E;
}
.TagClassName
{
border-color: #E72D7E;
}
</style>