Shades of Shocking Pink #E71ACE
Tints of Shocking Pink #E71ACE
RGB
CMYK
RGB Variations
Color information
#E71ACE (or 0xE71ACE) is known color: Shocking Pink. HEX triplet: E7, 1A and CE. RGB value is (231,26,206). Sum of RGB (Red+Green+Blue) = 231+26+206=463 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.89% from 463); Green value is 26 (10.55% from 255 or 5.62% from 463); Blue value is 206 (80.86% from 255 or 44.49% from 463); Max value from RGB is 231 - color contains mainly: red. Hex color #E71ACE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E71ACE is #18E531. Grayscale: #6B6B6B. Windows color (decimal): -1631538 or 13507303. OLE color: 13507303.
HSL color Cylindrical-coordinate representation of color #E71ACE: hue angle of 307.32º 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 #E71ACE is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 26 | 206 | - |
| CMYK | 0 | 0.89 | 0.11 | 0.09 |
| HSL | 307.32º | 0.81% | 0.5% | - |
| HSV(B) | 307.32º | 0.89% | 0.91% | - |
| XYZ | 44.46 | 22.18 | 60.33 | - |
| YUV | 107.82 | 183.42 | 215.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 26 | 206 | 0 | 0.89 | 0.11 | 0.09 | 307.32 | 0.81 | 0.5 |
| Hex | E7 | 1A | CE | 0 | 59 | B | 9 | 133 | 51 | 32 |
| Octal | 347 | 32 | 316 | 0 | 131 | 13 | 11 | 463 | 121 | 62 |
| Binary | 11100111 | 11010 | 11001110 | 0 | 1011001 | 1011 | 1001 | 100110011 | 1010001 | 110010 |
Color Harmonies of #E71ACE
Complementary color
Monochromatic Colors of #E71ACE
Black with #E71ACE
Text Example
Text Example
White with #E71ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71ACE; }
p { color: rgb(231,26,206); }
H1.HeaderClassName
{
color: #E71ACE;
}
.AnyTagClassName
{
color: #E71ACE;
}
</style>
background-color css
<style>
a { background-color: #E71ACE; }
a { background-color: rgb(231,26,206); }
div.DivClassName
{
background-color: #E71ACE;
}
.BgClassName
{
background-color: #E71ACE;
}
</style>
border-color css
<style>
span { border-color: #E71ACE; }
span { border-color: rgb(231,26,206); }
td.TdClassName
{
border-color: #E71ACE;
}
.TagClassName
{
border-color: #E71ACE;
}
</style>