Shades of Shocking Pink #E71BDD
Tints of Shocking Pink #E71BDD
RGB
CMYK
RGB Variations
Color information
#E71BDD (or 0xE71BDD) is known color: Shocking Pink. HEX triplet: E7, 1B and DD. RGB value is (231,27,221). Sum of RGB (Red+Green+Blue) = 231+27+221=479 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.23% from 479); Green value is 27 (10.94% from 255 or 5.64% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 231 - color contains mainly: red. Hex color #E71BDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E71BDD is #18E422. Grayscale: #6D6D6D. Windows color (decimal): -1631267 or 14490599. OLE color: 14490599.
HSL color Cylindrical-coordinate representation of color #E71BDD: hue angle of 302.94º 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 #E71BDD is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 27 | 221 | - |
| CMYK | 0 | 0.88 | 0.04 | 0.09 |
| HSL | 302.94º | 0.81% | 0.51% | - |
| HSV(B) | 302.94º | 0.88% | 0.91% | - |
| XYZ | 46.4 | 22.99 | 70.4 | - |
| YUV | 110.11 | 190.59 | 214.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 27 | 221 | 0 | 0.88 | 0.04 | 0.09 | 302.94 | 0.81 | 0.51 |
| Hex | E7 | 1B | DD | 0 | 58 | 4 | 9 | 12F | 51 | 33 |
| Octal | 347 | 33 | 335 | 0 | 130 | 4 | 11 | 457 | 121 | 63 |
| Binary | 11100111 | 11011 | 11011101 | 0 | 1011000 | 100 | 1001 | 100101111 | 1010001 | 110011 |
Color Harmonies of #E71BDD
Complementary color
Monochromatic Colors of #E71BDD
Black with #E71BDD
Text Example
Text Example
White with #E71BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71BDD; }
p { color: rgb(231,27,221); }
H1.HeaderClassName
{
color: #E71BDD;
}
.AnyTagClassName
{
color: #E71BDD;
}
</style>
background-color css
<style>
a { background-color: #E71BDD; }
a { background-color: rgb(231,27,221); }
div.DivClassName
{
background-color: #E71BDD;
}
.BgClassName
{
background-color: #E71BDD;
}
</style>
border-color css
<style>
span { border-color: #E71BDD; }
span { border-color: rgb(231,27,221); }
td.TdClassName
{
border-color: #E71BDD;
}
.TagClassName
{
border-color: #E71BDD;
}
</style>