Shades of Shocking Pink #E816C2
Tints of Shocking Pink #E816C2
RGB
CMYK
RGB Variations
Color information
#E816C2 (or 0xE816C2) is known color: Shocking Pink. HEX triplet: E8, 16 and C2. RGB value is (232,22,194). Sum of RGB (Red+Green+Blue) = 232+22+194=448 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.79% from 448); Green value is 22 (8.98% from 255 or 4.91% from 448); Blue value is 194 (76.17% from 255 or 43.30% from 448); Max value from RGB is 232 - color contains mainly: red. Hex color #E816C2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E816C2 is #17E93D. Grayscale: #676767. Windows color (decimal): -1567038 or 12719848. OLE color: 12719848.
HSL color Cylindrical-coordinate representation of color #E816C2: hue angle of 310.86º 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 #E816C2 is Cyan = 0, Magento = 0.91, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 22 | 194 | - |
| CMYK | 0 | 0.91 | 0.16 | 0.09 |
| HSL | 310.86º | 0.83% | 0.5% | - |
| HSV(B) | 310.86º | 0.91% | 0.91% | - |
| XYZ | 43.3 | 21.62 | 52.93 | - |
| YUV | 104.4 | 178.57 | 219.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 22 | 194 | 0 | 0.91 | 0.16 | 0.09 | 310.86 | 0.83 | 0.5 |
| Hex | E8 | 16 | C2 | 0 | 5B | 10 | 9 | 137 | 53 | 32 |
| Octal | 350 | 26 | 302 | 0 | 133 | 20 | 11 | 467 | 123 | 62 |
| Binary | 11101000 | 10110 | 11000010 | 0 | 1011011 | 10000 | 1001 | 100110111 | 1010011 | 110010 |
Color Harmonies of #E816C2
Complementary color
Monochromatic Colors of #E816C2
Black with #E816C2
Text Example
Text Example
White with #E816C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E816C2; }
p { color: rgb(232,22,194); }
H1.HeaderClassName
{
color: #E816C2;
}
.AnyTagClassName
{
color: #E816C2;
}
</style>
background-color css
<style>
a { background-color: #E816C2; }
a { background-color: rgb(232,22,194); }
div.DivClassName
{
background-color: #E816C2;
}
.BgClassName
{
background-color: #E816C2;
}
</style>
border-color css
<style>
span { border-color: #E816C2; }
span { border-color: rgb(232,22,194); }
td.TdClassName
{
border-color: #E816C2;
}
.TagClassName
{
border-color: #E816C2;
}
</style>