Shades of Shocking Pink #E816D1
Tints of Shocking Pink #E816D1
RGB
CMYK
RGB Variations
Color information
#E816D1 (or 0xE816D1) is known color: Shocking Pink. HEX triplet: E8, 16 and D1. RGB value is (232,22,209). Sum of RGB (Red+Green+Blue) = 232+22+209=463 (61% of max value = 765). Red value is 232 (91.02% from 255 or 50.11% from 463); Green value is 22 (8.98% from 255 or 4.75% from 463); Blue value is 209 (82.03% from 255 or 45.14% from 463); Max value from RGB is 232 - color contains mainly: red. Hex color #E816D1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E816D1 is #17E92E. Grayscale: #696969. Windows color (decimal): -1567023 or 13702888. OLE color: 13702888.
HSL color Cylindrical-coordinate representation of color #E816D1: hue angle of 306.57º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E816D1 is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 22 | 209 | - |
| CMYK | 0 | 0.91 | 0.10 | 0.09 |
| HSL | 306.57º | 0.83% | 0.5% | - |
| HSV(B) | 306.57º | 0.91% | 0.91% | - |
| XYZ | 45.07 | 22.33 | 62.26 | - |
| YUV | 106.11 | 186.07 | 217.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 22 | 209 | 0 | 0.91 | 0.10 | 0.09 | 306.57 | 0.83 | 0.5 |
| Hex | E8 | 16 | D1 | 0 | 5B | A | 9 | 133 | 53 | 32 |
| Octal | 350 | 26 | 321 | 0 | 133 | 12 | 11 | 463 | 123 | 62 |
| Binary | 11101000 | 10110 | 11010001 | 0 | 1011011 | 1010 | 1001 | 100110011 | 1010011 | 110010 |
Color Harmonies of #E816D1
Complementary color
Monochromatic Colors of #E816D1
Black with #E816D1
Text Example
Text Example
White with #E816D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E816D1; }
p { color: rgb(232,22,209); }
H1.HeaderClassName
{
color: #E816D1;
}
.AnyTagClassName
{
color: #E816D1;
}
</style>
background-color css
<style>
a { background-color: #E816D1; }
a { background-color: rgb(232,22,209); }
div.DivClassName
{
background-color: #E816D1;
}
.BgClassName
{
background-color: #E816D1;
}
</style>
border-color css
<style>
span { border-color: #E816D1; }
span { border-color: rgb(232,22,209); }
td.TdClassName
{
border-color: #E816D1;
}
.TagClassName
{
border-color: #E816D1;
}
</style>