Shades of Shocking Pink #E71BC4
Tints of Shocking Pink #E71BC4
RGB
CMYK
RGB Variations
Color information
#E71BC4 (or 0xE71BC4) is known color: Shocking Pink. HEX triplet: E7, 1B and C4. RGB value is (231,27,196). Sum of RGB (Red+Green+Blue) = 231+27+196=454 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.88% from 454); Green value is 27 (10.94% from 255 or 5.95% from 454); Blue value is 196 (76.95% from 255 or 43.17% from 454); Max value from RGB is 231 - color contains mainly: red. Hex color #E71BC4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E71BC4 is #18E43B. Grayscale: #6A6A6A. Windows color (decimal): -1631292 or 12852199. OLE color: 12852199.
HSL color Cylindrical-coordinate representation of color #E71BC4: hue angle of 310.29º 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 #E71BC4 is Cyan = 0, Magento = 0.88, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 27 | 196 | - |
| CMYK | 0 | 0.88 | 0.15 | 0.09 |
| HSL | 310.29º | 0.81% | 0.51% | - |
| HSV(B) | 310.29º | 0.88% | 0.91% | - |
| XYZ | 43.31 | 21.76 | 54.14 | - |
| YUV | 107.26 | 178.09 | 216.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 27 | 196 | 0 | 0.88 | 0.15 | 0.09 | 310.29 | 0.81 | 0.51 |
| Hex | E7 | 1B | C4 | 0 | 58 | F | 9 | 136 | 51 | 33 |
| Octal | 347 | 33 | 304 | 0 | 130 | 17 | 11 | 466 | 121 | 63 |
| Binary | 11100111 | 11011 | 11000100 | 0 | 1011000 | 1111 | 1001 | 100110110 | 1010001 | 110011 |
Color Harmonies of #E71BC4
Complementary color
Monochromatic Colors of #E71BC4
Black with #E71BC4
Text Example
Text Example
White with #E71BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71BC4; }
p { color: rgb(231,27,196); }
H1.HeaderClassName
{
color: #E71BC4;
}
.AnyTagClassName
{
color: #E71BC4;
}
</style>
background-color css
<style>
a { background-color: #E71BC4; }
a { background-color: rgb(231,27,196); }
div.DivClassName
{
background-color: #E71BC4;
}
.BgClassName
{
background-color: #E71BC4;
}
</style>
border-color css
<style>
span { border-color: #E71BC4; }
span { border-color: rgb(231,27,196); }
td.TdClassName
{
border-color: #E71BC4;
}
.TagClassName
{
border-color: #E71BC4;
}
</style>