Shades of Shocking Pink #E71ABB
Tints of Shocking Pink #E71ABB
RGB
CMYK
RGB Variations
Color information
#E71ABB (or 0xE71ABB) is known color: Shocking Pink. HEX triplet: E7, 1A and BB. RGB value is (231,26,187). Sum of RGB (Red+Green+Blue) = 231+26+187=444 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.03% from 444); Green value is 26 (10.55% from 255 or 5.86% from 444); Blue value is 187 (73.44% from 255 or 42.12% from 444); Max value from RGB is 231 - color contains mainly: red. Hex color #E71ABB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E71ABB is #18E544. Grayscale: #696969. Windows color (decimal): -1631557 or 12262119. OLE color: 12262119.
HSL color Cylindrical-coordinate representation of color #E71ABB: hue angle of 312.88º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E71ABB is Cyan = 0, Magento = 0.89, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 26 | 187 | - |
| CMYK | 0 | 0.89 | 0.19 | 0.09 |
| HSL | 312.88º | 0.81% | 0.5% | - |
| HSV(B) | 312.88º | 0.89% | 0.91% | - |
| XYZ | 42.29 | 21.32 | 48.9 | - |
| YUV | 105.65 | 173.92 | 217.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 26 | 187 | 0 | 0.89 | 0.19 | 0.09 | 312.88 | 0.81 | 0.5 |
| Hex | E7 | 1A | BB | 0 | 59 | 13 | 9 | 139 | 51 | 32 |
| Octal | 347 | 32 | 273 | 0 | 131 | 23 | 11 | 471 | 121 | 62 |
| Binary | 11100111 | 11010 | 10111011 | 0 | 1011001 | 10011 | 1001 | 100111001 | 1010001 | 110010 |
Color Harmonies of #E71ABB
Complementary color
Monochromatic Colors of #E71ABB
Black with #E71ABB
Text Example
Text Example
White with #E71ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71ABB; }
p { color: rgb(231,26,187); }
H1.HeaderClassName
{
color: #E71ABB;
}
.AnyTagClassName
{
color: #E71ABB;
}
</style>
background-color css
<style>
a { background-color: #E71ABB; }
a { background-color: rgb(231,26,187); }
div.DivClassName
{
background-color: #E71ABB;
}
.BgClassName
{
background-color: #E71ABB;
}
</style>
border-color css
<style>
span { border-color: #E71ABB; }
span { border-color: rgb(231,26,187); }
td.TdClassName
{
border-color: #E71ABB;
}
.TagClassName
{
border-color: #E71ABB;
}
</style>