Shades of Shocking Pink #E71BDB
Tints of Shocking Pink #E71BDB
RGB
CMYK
RGB Variations
Color information
#E71BDB (or 0xE71BDB) is known color: Shocking Pink. HEX triplet: E7, 1B and DB. RGB value is (231,27,219). Sum of RGB (Red+Green+Blue) = 231+27+219=477 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.43% from 477); Green value is 27 (10.94% from 255 or 5.66% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 231 - color contains mainly: red. Hex color #E71BDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E71BDB is #18E424. Grayscale: #6D6D6D. Windows color (decimal): -1631269 or 14359527. OLE color: 14359527.
HSL color Cylindrical-coordinate representation of color #E71BDB: hue angle of 303.53º 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 #E71BDB is Cyan = 0, Magento = 0.88, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 27 | 219 | - |
| CMYK | 0 | 0.88 | 0.05 | 0.09 |
| HSL | 303.53º | 0.81% | 0.51% | - |
| HSV(B) | 303.53º | 0.88% | 0.91% | - |
| XYZ | 46.13 | 22.89 | 69 | - |
| YUV | 109.88 | 189.59 | 214.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 27 | 219 | 0 | 0.88 | 0.05 | 0.09 | 303.53 | 0.81 | 0.51 |
| Hex | E7 | 1B | DB | 0 | 58 | 5 | 9 | 130 | 51 | 33 |
| Octal | 347 | 33 | 333 | 0 | 130 | 5 | 11 | 460 | 121 | 63 |
| Binary | 11100111 | 11011 | 11011011 | 0 | 1011000 | 101 | 1001 | 100110000 | 1010001 | 110011 |
Color Harmonies of #E71BDB
Complementary color
Monochromatic Colors of #E71BDB
Black with #E71BDB
Text Example
Text Example
White with #E71BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71BDB; }
p { color: rgb(231,27,219); }
H1.HeaderClassName
{
color: #E71BDB;
}
.AnyTagClassName
{
color: #E71BDB;
}
</style>
background-color css
<style>
a { background-color: #E71BDB; }
a { background-color: rgb(231,27,219); }
div.DivClassName
{
background-color: #E71BDB;
}
.BgClassName
{
background-color: #E71BDB;
}
</style>
border-color css
<style>
span { border-color: #E71BDB; }
span { border-color: rgb(231,27,219); }
td.TdClassName
{
border-color: #E71BDB;
}
.TagClassName
{
border-color: #E71BDB;
}
</style>