Shades of Shocking Pink #E71ADC
Tints of Shocking Pink #E71ADC
RGB
CMYK
RGB Variations
Color information
#E71ADC (or 0xE71ADC) is known color: Shocking Pink. HEX triplet: E7, 1A and DC. RGB value is (231,26,220). Sum of RGB (Red+Green+Blue) = 231+26+220=477 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.43% from 477); Green value is 26 (10.55% from 255 or 5.45% from 477); Blue value is 220 (86.33% from 255 or 46.12% from 477); Max value from RGB is 231 - color contains mainly: red. Hex color #E71ADC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E71ADC is #18E523. Grayscale: #6C6C6C. Windows color (decimal): -1631524 or 14424807. OLE color: 14424807.
HSL color Cylindrical-coordinate representation of color #E71ADC: hue angle of 303.22º 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 #E71ADC is Cyan = 0, Magento = 0.89, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 26 | 220 | - |
| CMYK | 0 | 0.89 | 0.05 | 0.09 |
| HSL | 303.22º | 0.81% | 0.5% | - |
| HSV(B) | 303.22º | 0.89% | 0.91% | - |
| XYZ | 46.24 | 22.9 | 69.69 | - |
| YUV | 109.41 | 190.42 | 214.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 26 | 220 | 0 | 0.89 | 0.05 | 0.09 | 303.22 | 0.81 | 0.5 |
| Hex | E7 | 1A | DC | 0 | 59 | 5 | 9 | 12F | 51 | 32 |
| Octal | 347 | 32 | 334 | 0 | 131 | 5 | 11 | 457 | 121 | 62 |
| Binary | 11100111 | 11010 | 11011100 | 0 | 1011001 | 101 | 1001 | 100101111 | 1010001 | 110010 |
Color Harmonies of #E71ADC
Complementary color
Monochromatic Colors of #E71ADC
Black with #E71ADC
Text Example
Text Example
White with #E71ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71ADC; }
p { color: rgb(231,26,220); }
H1.HeaderClassName
{
color: #E71ADC;
}
.AnyTagClassName
{
color: #E71ADC;
}
</style>
background-color css
<style>
a { background-color: #E71ADC; }
a { background-color: rgb(231,26,220); }
div.DivClassName
{
background-color: #E71ADC;
}
.BgClassName
{
background-color: #E71ADC;
}
</style>
border-color css
<style>
span { border-color: #E71ADC; }
span { border-color: rgb(231,26,220); }
td.TdClassName
{
border-color: #E71ADC;
}
.TagClassName
{
border-color: #E71ADC;
}
</style>