Shades of Shocking Pink #E71DBB
Tints of Shocking Pink #E71DBB
RGB
CMYK
RGB Variations
Color information
#E71DBB (or 0xE71DBB) is known color: Shocking Pink. HEX triplet: E7, 1D and BB. RGB value is (231,29,187). Sum of RGB (Red+Green+Blue) = 231+29+187=447 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.68% from 447); Green value is 29 (11.72% from 255 or 6.49% from 447); Blue value is 187 (73.44% from 255 or 41.83% from 447); Max value from RGB is 231 - color contains mainly: red. Hex color #E71DBB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E71DBB is #18E244. Grayscale: #6A6A6A. Windows color (decimal): -1630789 or 12262887. OLE color: 12262887.
HSL color Cylindrical-coordinate representation of color #E71DBB: hue angle of 313.07º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E71DBB is Cyan = 0, Magento = 0.87, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 29 | 187 | - |
| CMYK | 0 | 0.87 | 0.19 | 0.09 |
| HSL | 313.07º | 0.81% | 0.51% | - |
| HSV(B) | 313.07º | 0.87% | 0.91% | - |
| XYZ | 42.36 | 21.46 | 48.92 | - |
| YUV | 107.41 | 172.92 | 216.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 29 | 187 | 0 | 0.87 | 0.19 | 0.09 | 313.07 | 0.81 | 0.51 |
| Hex | E7 | 1D | BB | 0 | 57 | 13 | 9 | 139 | 51 | 33 |
| Octal | 347 | 35 | 273 | 0 | 127 | 23 | 11 | 471 | 121 | 63 |
| Binary | 11100111 | 11101 | 10111011 | 0 | 1010111 | 10011 | 1001 | 100111001 | 1010001 | 110011 |
Color Harmonies of #E71DBB
Complementary color
Monochromatic Colors of #E71DBB
Black with #E71DBB
Text Example
Text Example
White with #E71DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71DBB; }
p { color: rgb(231,29,187); }
H1.HeaderClassName
{
color: #E71DBB;
}
.AnyTagClassName
{
color: #E71DBB;
}
</style>
background-color css
<style>
a { background-color: #E71DBB; }
a { background-color: rgb(231,29,187); }
div.DivClassName
{
background-color: #E71DBB;
}
.BgClassName
{
background-color: #E71DBB;
}
</style>
border-color css
<style>
span { border-color: #E71DBB; }
span { border-color: rgb(231,29,187); }
td.TdClassName
{
border-color: #E71DBB;
}
.TagClassName
{
border-color: #E71DBB;
}
</style>