Shades of Shocking Pink #E716D2
Tints of Shocking Pink #E716D2
RGB
CMYK
RGB Variations
Color information
#E716D2 (or 0xE716D2) is known color: Shocking Pink. HEX triplet: E7, 16 and D2. RGB value is (231,22,210). Sum of RGB (Red+Green+Blue) = 231+22+210=463 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.89% from 463); Green value is 22 (8.98% from 255 or 4.75% from 463); Blue value is 210 (82.42% from 255 or 45.36% from 463); Max value from RGB is 231 - color contains mainly: red. Hex color #E716D2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E716D2 is #18E92D. Grayscale: #696969. Windows color (decimal): -1632558 or 13768423. OLE color: 13768423.
HSL color Cylindrical-coordinate representation of color #E716D2: hue angle of 306.03º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E716D2 is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 22 | 210 | - |
| CMYK | 0 | 0.90 | 0.09 | 0.09 |
| HSL | 306.03º | 0.83% | 0.5% | - |
| HSV(B) | 306.03º | 0.9% | 0.91% | - |
| XYZ | 44.87 | 22.22 | 62.9 | - |
| YUV | 105.92 | 186.74 | 217.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 22 | 210 | 0 | 0.90 | 0.09 | 0.09 | 306.03 | 0.83 | 0.5 |
| Hex | E7 | 16 | D2 | 0 | 5A | 9 | 9 | 132 | 53 | 32 |
| Octal | 347 | 26 | 322 | 0 | 132 | 11 | 11 | 462 | 123 | 62 |
| Binary | 11100111 | 10110 | 11010010 | 0 | 1011010 | 1001 | 1001 | 100110010 | 1010011 | 110010 |
Color Harmonies of #E716D2
Complementary color
Monochromatic Colors of #E716D2
Black with #E716D2
Text Example
Text Example
White with #E716D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E716D2; }
p { color: rgb(231,22,210); }
H1.HeaderClassName
{
color: #E716D2;
}
.AnyTagClassName
{
color: #E716D2;
}
</style>
background-color css
<style>
a { background-color: #E716D2; }
a { background-color: rgb(231,22,210); }
div.DivClassName
{
background-color: #E716D2;
}
.BgClassName
{
background-color: #E716D2;
}
</style>
border-color css
<style>
span { border-color: #E716D2; }
span { border-color: rgb(231,22,210); }
td.TdClassName
{
border-color: #E716D2;
}
.TagClassName
{
border-color: #E716D2;
}
</style>