Shades of Deep Cerise #E71C7C
Tints of Deep Cerise #E71C7C
RGB
CMYK
RGB Variations
Color information
#E71C7C (or 0xE71C7C) is known color: Deep Cerise. HEX triplet: E7, 1C and 7C. RGB value is (231,28,124). Sum of RGB (Red+Green+Blue) = 231+28+124=383 (50% of max value = 765). Red value is 231 (90.62% from 255 or 60.31% from 383); Green value is 28 (11.33% from 255 or 7.31% from 383); Blue value is 124 (48.83% from 255 or 32.38% from 383); Max value from RGB is 231 - color contains mainly: red. Hex color #E71C7C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E71C7C is #18E383. Grayscale: #636363. Windows color (decimal): -1631108 or 8133863. OLE color: 8133863.
HSL color Cylindrical-coordinate representation of color #E71C7C: hue angle of 331.63º 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 #E71C7C is Cyan = 0, Magento = 0.88, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 28 | 124 | - |
| CMYK | 0 | 0.88 | 0.46 | 0.09 |
| HSL | 331.63º | 0.81% | 0.51% | - |
| HSV(B) | 331.63º | 0.88% | 0.91% | - |
| XYZ | 37.01 | 19.27 | 20.84 | - |
| YUV | 99.64 | 141.75 | 221.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 28 | 124 | 0 | 0.88 | 0.46 | 0.09 | 331.63 | 0.81 | 0.51 |
| Hex | E7 | 1C | 7C | 0 | 58 | 2E | 9 | 14C | 51 | 33 |
| Octal | 347 | 34 | 174 | 0 | 130 | 56 | 11 | 514 | 121 | 63 |
| Binary | 11100111 | 11100 | 1111100 | 0 | 1011000 | 101110 | 1001 | 101001100 | 1010001 | 110011 |
Color Harmonies of #E71C7C
Complementary color
Monochromatic Colors of #E71C7C
Black with #E71C7C
Text Example
Text Example
White with #E71C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71C7C; }
p { color: rgb(231,28,124); }
H1.HeaderClassName
{
color: #E71C7C;
}
.AnyTagClassName
{
color: #E71C7C;
}
</style>
background-color css
<style>
a { background-color: #E71C7C; }
a { background-color: rgb(231,28,124); }
div.DivClassName
{
background-color: #E71C7C;
}
.BgClassName
{
background-color: #E71C7C;
}
</style>
border-color css
<style>
span { border-color: #E71C7C; }
span { border-color: rgb(231,28,124); }
td.TdClassName
{
border-color: #E71C7C;
}
.TagClassName
{
border-color: #E71C7C;
}
</style>