Shades of Deep Cerise #E71C7E
Tints of Deep Cerise #E71C7E
RGB
CMYK
RGB Variations
Color information
#E71C7E (or 0xE71C7E) is known color: Deep Cerise. HEX triplet: E7, 1C and 7E. RGB value is (231,28,126). Sum of RGB (Red+Green+Blue) = 231+28+126=385 (50% of max value = 765). Red value is 231 (90.62% from 255 or 60% from 385); Green value is 28 (11.33% from 255 or 7.27% from 385); Blue value is 126 (49.61% from 255 or 32.73% from 385); Max value from RGB is 231 - color contains mainly: red. Hex color #E71C7E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E71C7E is #18E381. Grayscale: #636363. Windows color (decimal): -1631106 or 8264935. OLE color: 8264935.
HSL color Cylindrical-coordinate representation of color #E71C7E: hue angle of 331.03º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E71C7E is Cyan = 0, Magento = 0.88, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 28 | 126 | - |
| CMYK | 0 | 0.88 | 0.45 | 0.09 |
| HSL | 331.03º | 0.81% | 0.51% | - |
| HSV(B) | 331.03º | 0.88% | 0.91% | - |
| XYZ | 37.14 | 19.33 | 21.51 | - |
| YUV | 99.87 | 142.75 | 221.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 28 | 126 | 0 | 0.88 | 0.45 | 0.09 | 331.03 | 0.81 | 0.51 |
| Hex | E7 | 1C | 7E | 0 | 58 | 2D | 9 | 14B | 51 | 33 |
| Octal | 347 | 34 | 176 | 0 | 130 | 55 | 11 | 513 | 121 | 63 |
| Binary | 11100111 | 11100 | 1111110 | 0 | 1011000 | 101101 | 1001 | 101001011 | 1010001 | 110011 |
Color Harmonies of #E71C7E
Complementary color
Monochromatic Colors of #E71C7E
Black with #E71C7E
Text Example
Text Example
White with #E71C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71C7E; }
p { color: rgb(231,28,126); }
H1.HeaderClassName
{
color: #E71C7E;
}
.AnyTagClassName
{
color: #E71C7E;
}
</style>
background-color css
<style>
a { background-color: #E71C7E; }
a { background-color: rgb(231,28,126); }
div.DivClassName
{
background-color: #E71C7E;
}
.BgClassName
{
background-color: #E71C7E;
}
</style>
border-color css
<style>
span { border-color: #E71C7E; }
span { border-color: rgb(231,28,126); }
td.TdClassName
{
border-color: #E71C7E;
}
.TagClassName
{
border-color: #E71C7E;
}
</style>