Shades of Shocking Pink #E71BCD
Tints of Shocking Pink #E71BCD
RGB
CMYK
RGB Variations
Color information
#E71BCD (or 0xE71BCD) is known color: Shocking Pink. HEX triplet: E7, 1B and CD. RGB value is (231,27,205). Sum of RGB (Red+Green+Blue) = 231+27+205=463 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.89% from 463); Green value is 27 (10.94% from 255 or 5.83% from 463); Blue value is 205 (80.47% from 255 or 44.28% from 463); Max value from RGB is 231 - color contains mainly: red. Hex color #E71BCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E71BCD is #18E432. Grayscale: #6B6B6B. Windows color (decimal): -1631283 or 13442023. OLE color: 13442023.
HSL color Cylindrical-coordinate representation of color #E71BCD: hue angle of 307.65º 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 #E71BCD is Cyan = 0, Magento = 0.88, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 27 | 205 | - |
| CMYK | 0 | 0.88 | 0.11 | 0.09 |
| HSL | 307.65º | 0.81% | 0.51% | - |
| HSV(B) | 307.65º | 0.88% | 0.91% | - |
| XYZ | 44.37 | 22.18 | 59.7 | - |
| YUV | 108.29 | 182.59 | 215.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 27 | 205 | 0 | 0.88 | 0.11 | 0.09 | 307.65 | 0.81 | 0.51 |
| Hex | E7 | 1B | CD | 0 | 58 | B | 9 | 134 | 51 | 33 |
| Octal | 347 | 33 | 315 | 0 | 130 | 13 | 11 | 464 | 121 | 63 |
| Binary | 11100111 | 11011 | 11001101 | 0 | 1011000 | 1011 | 1001 | 100110100 | 1010001 | 110011 |
Color Harmonies of #E71BCD
Complementary color
Monochromatic Colors of #E71BCD
Black with #E71BCD
Text Example
Text Example
White with #E71BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71BCD; }
p { color: rgb(231,27,205); }
H1.HeaderClassName
{
color: #E71BCD;
}
.AnyTagClassName
{
color: #E71BCD;
}
</style>
background-color css
<style>
a { background-color: #E71BCD; }
a { background-color: rgb(231,27,205); }
div.DivClassName
{
background-color: #E71BCD;
}
.BgClassName
{
background-color: #E71BCD;
}
</style>
border-color css
<style>
span { border-color: #E71BCD; }
span { border-color: rgb(231,27,205); }
td.TdClassName
{
border-color: #E71BCD;
}
.TagClassName
{
border-color: #E71BCD;
}
</style>