Shades of Shocking Pink #E716D4
Tints of Shocking Pink #E716D4
RGB
CMYK
RGB Variations
Color information
#E716D4 (or 0xE716D4) is known color: Shocking Pink. HEX triplet: E7, 16 and D4. RGB value is (231,22,212). Sum of RGB (Red+Green+Blue) = 231+22+212=465 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.68% from 465); Green value is 22 (8.98% from 255 or 4.73% from 465); Blue value is 212 (83.20% from 255 or 45.59% from 465); Max value from RGB is 231 - color contains mainly: red. Hex color #E716D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E716D4 is #18E92B. Grayscale: #696969. Windows color (decimal): -1632556 or 13899495. OLE color: 13899495.
HSL color Cylindrical-coordinate representation of color #E716D4: hue angle of 305.45º 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 #E716D4 is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 22 | 212 | - |
| CMYK | 0 | 0.90 | 0.08 | 0.09 |
| HSL | 305.45º | 0.83% | 0.5% | - |
| HSV(B) | 305.45º | 0.9% | 0.91% | - |
| XYZ | 45.13 | 22.32 | 64.22 | - |
| YUV | 106.15 | 187.74 | 217.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 22 | 212 | 0 | 0.90 | 0.08 | 0.09 | 305.45 | 0.83 | 0.5 |
| Hex | E7 | 16 | D4 | 0 | 5A | 8 | 9 | 131 | 53 | 32 |
| Octal | 347 | 26 | 324 | 0 | 132 | 10 | 11 | 461 | 123 | 62 |
| Binary | 11100111 | 10110 | 11010100 | 0 | 1011010 | 1000 | 1001 | 100110001 | 1010011 | 110010 |
Color Harmonies of #E716D4
Complementary color
Monochromatic Colors of #E716D4
Black with #E716D4
Text Example
Text Example
White with #E716D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E716D4; }
p { color: rgb(231,22,212); }
H1.HeaderClassName
{
color: #E716D4;
}
.AnyTagClassName
{
color: #E716D4;
}
</style>
background-color css
<style>
a { background-color: #E716D4; }
a { background-color: rgb(231,22,212); }
div.DivClassName
{
background-color: #E716D4;
}
.BgClassName
{
background-color: #E716D4;
}
</style>
border-color css
<style>
span { border-color: #E716D4; }
span { border-color: rgb(231,22,212); }
td.TdClassName
{
border-color: #E716D4;
}
.TagClassName
{
border-color: #E716D4;
}
</style>