Shades of Shocking Pink #E71BCE
Tints of Shocking Pink #E71BCE
RGB
CMYK
RGB Variations
Color information
#E71BCE (or 0xE71BCE) is known color: Shocking Pink. HEX triplet: E7, 1B and CE. RGB value is (231,27,206). Sum of RGB (Red+Green+Blue) = 231+27+206=464 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.78% from 464); Green value is 27 (10.94% from 255 or 5.82% from 464); Blue value is 206 (80.86% from 255 or 44.40% from 464); Max value from RGB is 231 - color contains mainly: red. Hex color #E71BCE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E71BCE is #18E431. Grayscale: #6B6B6B. Windows color (decimal): -1631282 or 13507559. OLE color: 13507559.
HSL color Cylindrical-coordinate representation of color #E71BCE: hue angle of 307.35º 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 #E71BCE is Cyan = 0, Magento = 0.88, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 27 | 206 | - |
| CMYK | 0 | 0.88 | 0.11 | 0.09 |
| HSL | 307.35º | 0.81% | 0.51% | - |
| HSV(B) | 307.35º | 0.88% | 0.91% | - |
| XYZ | 44.49 | 22.23 | 60.34 | - |
| YUV | 108.4 | 183.09 | 215.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 27 | 206 | 0 | 0.88 | 0.11 | 0.09 | 307.35 | 0.81 | 0.51 |
| Hex | E7 | 1B | CE | 0 | 58 | B | 9 | 133 | 51 | 33 |
| Octal | 347 | 33 | 316 | 0 | 130 | 13 | 11 | 463 | 121 | 63 |
| Binary | 11100111 | 11011 | 11001110 | 0 | 1011000 | 1011 | 1001 | 100110011 | 1010001 | 110011 |
Color Harmonies of #E71BCE
Complementary color
Monochromatic Colors of #E71BCE
Black with #E71BCE
Text Example
Text Example
White with #E71BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71BCE; }
p { color: rgb(231,27,206); }
H1.HeaderClassName
{
color: #E71BCE;
}
.AnyTagClassName
{
color: #E71BCE;
}
</style>
background-color css
<style>
a { background-color: #E71BCE; }
a { background-color: rgb(231,27,206); }
div.DivClassName
{
background-color: #E71BCE;
}
.BgClassName
{
background-color: #E71BCE;
}
</style>
border-color css
<style>
span { border-color: #E71BCE; }
span { border-color: rgb(231,27,206); }
td.TdClassName
{
border-color: #E71BCE;
}
.TagClassName
{
border-color: #E71BCE;
}
</style>