Shades of Shocking Pink #E71DBE
Tints of Shocking Pink #E71DBE
RGB
CMYK
RGB Variations
Color information
#E71DBE (or 0xE71DBE) is known color: Shocking Pink. HEX triplet: E7, 1D and BE. RGB value is (231,29,190). Sum of RGB (Red+Green+Blue) = 231+29+190=450 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.33% from 450); Green value is 29 (11.72% from 255 or 6.44% from 450); Blue value is 190 (74.61% from 255 or 42.22% from 450); Max value from RGB is 231 - color contains mainly: red. Hex color #E71DBE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E71DBE is #18E241. Grayscale: #6B6B6B. Windows color (decimal): -1630786 or 12459495. OLE color: 12459495.
HSL color Cylindrical-coordinate representation of color #E71DBE: hue angle of 312.18º 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 #E71DBE is Cyan = 0, Magento = 0.87, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 29 | 190 | - |
| CMYK | 0 | 0.87 | 0.18 | 0.09 |
| HSL | 312.18º | 0.81% | 0.51% | - |
| HSV(B) | 312.18º | 0.87% | 0.91% | - |
| XYZ | 42.69 | 21.59 | 50.63 | - |
| YUV | 107.75 | 174.42 | 215.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 29 | 190 | 0 | 0.87 | 0.18 | 0.09 | 312.18 | 0.81 | 0.51 |
| Hex | E7 | 1D | BE | 0 | 57 | 12 | 9 | 138 | 51 | 33 |
| Octal | 347 | 35 | 276 | 0 | 127 | 22 | 11 | 470 | 121 | 63 |
| Binary | 11100111 | 11101 | 10111110 | 0 | 1010111 | 10010 | 1001 | 100111000 | 1010001 | 110011 |
Color Harmonies of #E71DBE
Complementary color
Monochromatic Colors of #E71DBE
Black with #E71DBE
Text Example
Text Example
White with #E71DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71DBE; }
p { color: rgb(231,29,190); }
H1.HeaderClassName
{
color: #E71DBE;
}
.AnyTagClassName
{
color: #E71DBE;
}
</style>
background-color css
<style>
a { background-color: #E71DBE; }
a { background-color: rgb(231,29,190); }
div.DivClassName
{
background-color: #E71DBE;
}
.BgClassName
{
background-color: #E71DBE;
}
</style>
border-color css
<style>
span { border-color: #E71DBE; }
span { border-color: rgb(231,29,190); }
td.TdClassName
{
border-color: #E71DBE;
}
.TagClassName
{
border-color: #E71DBE;
}
</style>