Shades of Deep Cerise #E71D84
Tints of Deep Cerise #E71D84
RGB
CMYK
RGB Variations
Color information
#E71D84 (or 0xE71D84) is known color: Deep Cerise. HEX triplet: E7, 1D and 84. RGB value is (231,29,132). Sum of RGB (Red+Green+Blue) = 231+29+132=392 (51% of max value = 765). Red value is 231 (90.62% from 255 or 58.93% from 392); Green value is 29 (11.72% from 255 or 7.40% from 392); Blue value is 132 (51.95% from 255 or 33.67% from 392); Max value from RGB is 231 - color contains mainly: red. Hex color #E71D84 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E71D84 is #18E27B. Grayscale: #646464. Windows color (decimal): -1630844 or 8658407. OLE color: 8658407.
HSL color Cylindrical-coordinate representation of color #E71D84: hue angle of 329.41º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E71D84 is Cyan = 0, Magento = 0.87, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 29 | 132 | - |
| CMYK | 0 | 0.87 | 0.43 | 0.09 |
| HSL | 329.41º | 0.81% | 0.51% | - |
| HSV(B) | 329.41º | 0.87% | 0.91% | - |
| XYZ | 37.56 | 19.53 | 23.62 | - |
| YUV | 101.14 | 145.42 | 220.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 29 | 132 | 0 | 0.87 | 0.43 | 0.09 | 329.41 | 0.81 | 0.51 |
| Hex | E7 | 1D | 84 | 0 | 57 | 2B | 9 | 149 | 51 | 33 |
| Octal | 347 | 35 | 204 | 0 | 127 | 53 | 11 | 511 | 121 | 63 |
| Binary | 11100111 | 11101 | 10000100 | 0 | 1010111 | 101011 | 1001 | 101001001 | 1010001 | 110011 |
Color Harmonies of #E71D84
Complementary color
Monochromatic Colors of #E71D84
Black with #E71D84
Text Example
Text Example
White with #E71D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71D84; }
p { color: rgb(231,29,132); }
H1.HeaderClassName
{
color: #E71D84;
}
.AnyTagClassName
{
color: #E71D84;
}
</style>
background-color css
<style>
a { background-color: #E71D84; }
a { background-color: rgb(231,29,132); }
div.DivClassName
{
background-color: #E71D84;
}
.BgClassName
{
background-color: #E71D84;
}
</style>
border-color css
<style>
span { border-color: #E71D84; }
span { border-color: rgb(231,29,132); }
td.TdClassName
{
border-color: #E71D84;
}
.TagClassName
{
border-color: #E71D84;
}
</style>