Shades of Deep Cerise #E71C85
Tints of Deep Cerise #E71C85
RGB
CMYK
RGB Variations
Color information
#E71C85 (or 0xE71C85) is known color: Deep Cerise. HEX triplet: E7, 1C and 85. RGB value is (231,28,133). Sum of RGB (Red+Green+Blue) = 231+28+133=392 (51% of max value = 765). Red value is 231 (90.62% from 255 or 58.93% from 392); Green value is 28 (11.33% from 255 or 7.14% from 392); Blue value is 133 (52.34% from 255 or 33.93% from 392); Max value from RGB is 231 - color contains mainly: red. Hex color #E71C85 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E71C85 is #18E37A. Grayscale: #646464. Windows color (decimal): -1631099 or 8723687. OLE color: 8723687.
HSL color Cylindrical-coordinate representation of color #E71C85: hue angle of 328.97º 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 #E71C85 is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 28 | 133 | - |
| CMYK | 0 | 0.88 | 0.42 | 0.09 |
| HSL | 328.97º | 0.81% | 0.51% | - |
| HSV(B) | 328.97º | 0.88% | 0.91% | - |
| XYZ | 37.6 | 19.51 | 23.97 | - |
| YUV | 100.67 | 146.25 | 220.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 28 | 133 | 0 | 0.88 | 0.42 | 0.09 | 328.97 | 0.81 | 0.51 |
| Hex | E7 | 1C | 85 | 0 | 58 | 2A | 9 | 149 | 51 | 33 |
| Octal | 347 | 34 | 205 | 0 | 130 | 52 | 11 | 511 | 121 | 63 |
| Binary | 11100111 | 11100 | 10000101 | 0 | 1011000 | 101010 | 1001 | 101001001 | 1010001 | 110011 |
Color Harmonies of #E71C85
Complementary color
Monochromatic Colors of #E71C85
Black with #E71C85
Text Example
Text Example
White with #E71C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71C85; }
p { color: rgb(231,28,133); }
H1.HeaderClassName
{
color: #E71C85;
}
.AnyTagClassName
{
color: #E71C85;
}
</style>
background-color css
<style>
a { background-color: #E71C85; }
a { background-color: rgb(231,28,133); }
div.DivClassName
{
background-color: #E71C85;
}
.BgClassName
{
background-color: #E71C85;
}
</style>
border-color css
<style>
span { border-color: #E71C85; }
span { border-color: rgb(231,28,133); }
td.TdClassName
{
border-color: #E71C85;
}
.TagClassName
{
border-color: #E71C85;
}
</style>