Shades of Deep Pink #E71B8C
Tints of Deep Pink #E71B8C
RGB
CMYK
RGB Variations
Color information
#E71B8C (or 0xE71B8C) is known color: Deep Pink. HEX triplet: E7, 1B and 8C. RGB value is (231,27,140). Sum of RGB (Red+Green+Blue) = 231+27+140=398 (52% of max value = 765). Red value is 231 (90.62% from 255 or 58.04% from 398); Green value is 27 (10.94% from 255 or 6.78% from 398); Blue value is 140 (55.08% from 255 or 35.18% from 398); Max value from RGB is 231 - color contains mainly: red. Hex color #E71B8C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E71B8C is #18E473. Grayscale: #646464. Windows color (decimal): -1631348 or 9182183. OLE color: 9182183.
HSL color Cylindrical-coordinate representation of color #E71B8C: hue angle of 326.76º 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 #E71B8C is Cyan = 0, Magento = 0.88, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 27 | 140 | - |
| CMYK | 0 | 0.88 | 0.39 | 0.09 |
| HSL | 326.76º | 0.81% | 0.51% | - |
| HSV(B) | 326.76º | 0.88% | 0.91% | - |
| XYZ | 38.08 | 19.67 | 26.6 | - |
| YUV | 100.88 | 150.09 | 220.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 27 | 140 | 0 | 0.88 | 0.39 | 0.09 | 326.76 | 0.81 | 0.51 |
| Hex | E7 | 1B | 8C | 0 | 58 | 27 | 9 | 147 | 51 | 33 |
| Octal | 347 | 33 | 214 | 0 | 130 | 47 | 11 | 507 | 121 | 63 |
| Binary | 11100111 | 11011 | 10001100 | 0 | 1011000 | 100111 | 1001 | 101000111 | 1010001 | 110011 |
Color Harmonies of #E71B8C
Complementary color
Monochromatic Colors of #E71B8C
Black with #E71B8C
Text Example
Text Example
White with #E71B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71B8C; }
p { color: rgb(231,27,140); }
H1.HeaderClassName
{
color: #E71B8C;
}
.AnyTagClassName
{
color: #E71B8C;
}
</style>
background-color css
<style>
a { background-color: #E71B8C; }
a { background-color: rgb(231,27,140); }
div.DivClassName
{
background-color: #E71B8C;
}
.BgClassName
{
background-color: #E71B8C;
}
</style>
border-color css
<style>
span { border-color: #E71B8C; }
span { border-color: rgb(231,27,140); }
td.TdClassName
{
border-color: #E71B8C;
}
.TagClassName
{
border-color: #E71B8C;
}
</style>