Shades of Shocking Pink #E71BD3
Tints of Shocking Pink #E71BD3
RGB
CMYK
RGB Variations
Color information
#E71BD3 (or 0xE71BD3) is known color: Shocking Pink. HEX triplet: E7, 1B and D3. RGB value is (231,27,211). Sum of RGB (Red+Green+Blue) = 231+27+211=469 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.25% from 469); Green value is 27 (10.94% from 255 or 5.76% from 469); Blue value is 211 (82.81% from 255 or 44.99% from 469); Max value from RGB is 231 - color contains mainly: red. Hex color #E71BD3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E71BD3 is #18E42C. Grayscale: #6C6C6C. Windows color (decimal): -1631277 or 13835239. OLE color: 13835239.
HSL color Cylindrical-coordinate representation of color #E71BD3: hue angle of 305.88º 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 #E71BD3 is Cyan = 0, Magento = 0.88, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 27 | 211 | - |
| CMYK | 0 | 0.88 | 0.09 | 0.09 |
| HSL | 305.88º | 0.81% | 0.51% | - |
| HSV(B) | 305.88º | 0.88% | 0.91% | - |
| XYZ | 45.1 | 22.48 | 63.59 | - |
| YUV | 108.97 | 185.59 | 215.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 27 | 211 | 0 | 0.88 | 0.09 | 0.09 | 305.88 | 0.81 | 0.51 |
| Hex | E7 | 1B | D3 | 0 | 58 | 9 | 9 | 132 | 51 | 33 |
| Octal | 347 | 33 | 323 | 0 | 130 | 11 | 11 | 462 | 121 | 63 |
| Binary | 11100111 | 11011 | 11010011 | 0 | 1011000 | 1001 | 1001 | 100110010 | 1010001 | 110011 |
Color Harmonies of #E71BD3
Complementary color
Monochromatic Colors of #E71BD3
Black with #E71BD3
Text Example
Text Example
White with #E71BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71BD3; }
p { color: rgb(231,27,211); }
H1.HeaderClassName
{
color: #E71BD3;
}
.AnyTagClassName
{
color: #E71BD3;
}
</style>
background-color css
<style>
a { background-color: #E71BD3; }
a { background-color: rgb(231,27,211); }
div.DivClassName
{
background-color: #E71BD3;
}
.BgClassName
{
background-color: #E71BD3;
}
</style>
border-color css
<style>
span { border-color: #E71BD3; }
span { border-color: rgb(231,27,211); }
td.TdClassName
{
border-color: #E71BD3;
}
.TagClassName
{
border-color: #E71BD3;
}
</style>