Shades of Shocking Pink #E71CCA
Tints of Shocking Pink #E71CCA
RGB
CMYK
RGB Variations
Color information
#E71CCA (or 0xE71CCA) is known color: Shocking Pink. HEX triplet: E7, 1C and CA. RGB value is (231,28,202). Sum of RGB (Red+Green+Blue) = 231+28+202=461 (61% of max value = 765). Red value is 231 (90.62% from 255 or 50.11% from 461); Green value is 28 (11.33% from 255 or 6.07% from 461); Blue value is 202 (79.30% from 255 or 43.82% from 461); Max value from RGB is 231 - color contains mainly: red. Hex color #E71CCA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E71CCA is #18E335. Grayscale: #6C6C6C. Windows color (decimal): -1631030 or 13245671. OLE color: 13245671.
HSL color Cylindrical-coordinate representation of color #E71CCA: hue angle of 308.57º 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 #E71CCA is Cyan = 0, Magento = 0.88, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 28 | 202 | - |
| CMYK | 0 | 0.88 | 0.13 | 0.09 |
| HSL | 308.57º | 0.81% | 0.51% | - |
| HSV(B) | 308.57º | 0.88% | 0.91% | - |
| XYZ | 44.03 | 22.08 | 57.82 | - |
| YUV | 108.53 | 180.75 | 215.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 28 | 202 | 0 | 0.88 | 0.13 | 0.09 | 308.57 | 0.81 | 0.51 |
| Hex | E7 | 1C | CA | 0 | 58 | D | 9 | 135 | 51 | 33 |
| Octal | 347 | 34 | 312 | 0 | 130 | 15 | 11 | 465 | 121 | 63 |
| Binary | 11100111 | 11100 | 11001010 | 0 | 1011000 | 1101 | 1001 | 100110101 | 1010001 | 110011 |
Color Harmonies of #E71CCA
Complementary color
Monochromatic Colors of #E71CCA
Black with #E71CCA
Text Example
Text Example
White with #E71CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71CCA; }
p { color: rgb(231,28,202); }
H1.HeaderClassName
{
color: #E71CCA;
}
.AnyTagClassName
{
color: #E71CCA;
}
</style>
background-color css
<style>
a { background-color: #E71CCA; }
a { background-color: rgb(231,28,202); }
div.DivClassName
{
background-color: #E71CCA;
}
.BgClassName
{
background-color: #E71CCA;
}
</style>
border-color css
<style>
span { border-color: #E71CCA; }
span { border-color: rgb(231,28,202); }
td.TdClassName
{
border-color: #E71CCA;
}
.TagClassName
{
border-color: #E71CCA;
}
</style>