Shades of Shocking Pink #E71ACC
Tints of Shocking Pink #E71ACC
RGB
CMYK
RGB Variations
Color information
#E71ACC (or 0xE71ACC) is known color: Shocking Pink. HEX triplet: E7, 1A and CC. RGB value is (231,26,204). Sum of RGB (Red+Green+Blue) = 231+26+204=461 (61% of max value = 765). Red value is 231 (90.62% from 255 or 50.11% from 461); Green value is 26 (10.55% from 255 or 5.64% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 231 - color contains mainly: red. Hex color #E71ACC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E71ACC is #18E533. Grayscale: #6B6B6B. Windows color (decimal): -1631540 or 13376231. OLE color: 13376231.
HSL color Cylindrical-coordinate representation of color #E71ACC: hue angle of 307.9º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E71ACC is Cyan = 0, Magento = 0.89, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 26 | 204 | - |
| CMYK | 0 | 0.89 | 0.12 | 0.09 |
| HSL | 307.9º | 0.81% | 0.5% | - |
| HSV(B) | 307.9º | 0.89% | 0.91% | - |
| XYZ | 44.22 | 22.09 | 59.06 | - |
| YUV | 107.59 | 182.42 | 216.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 26 | 204 | 0 | 0.89 | 0.12 | 0.09 | 307.9 | 0.81 | 0.5 |
| Hex | E7 | 1A | CC | 0 | 59 | C | 9 | 134 | 51 | 32 |
| Octal | 347 | 32 | 314 | 0 | 131 | 14 | 11 | 464 | 121 | 62 |
| Binary | 11100111 | 11010 | 11001100 | 0 | 1011001 | 1100 | 1001 | 100110100 | 1010001 | 110010 |
Color Harmonies of #E71ACC
Complementary color
Monochromatic Colors of #E71ACC
Black with #E71ACC
Text Example
Text Example
White with #E71ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71ACC; }
p { color: rgb(231,26,204); }
H1.HeaderClassName
{
color: #E71ACC;
}
.AnyTagClassName
{
color: #E71ACC;
}
</style>
background-color css
<style>
a { background-color: #E71ACC; }
a { background-color: rgb(231,26,204); }
div.DivClassName
{
background-color: #E71ACC;
}
.BgClassName
{
background-color: #E71ACC;
}
</style>
border-color css
<style>
span { border-color: #E71ACC; }
span { border-color: rgb(231,26,204); }
td.TdClassName
{
border-color: #E71ACC;
}
.TagClassName
{
border-color: #E71ACC;
}
</style>