Shades of Shocking Pink #E816C0
Tints of Shocking Pink #E816C0
RGB
CMYK
RGB Variations
Color information
#E816C0 (or 0xE816C0) is known color: Shocking Pink. HEX triplet: E8, 16 and C0. RGB value is (232,22,192). Sum of RGB (Red+Green+Blue) = 232+22+192=446 (59% of max value = 765). Red value is 232 (91.02% from 255 or 52.02% from 446); Green value is 22 (8.98% from 255 or 4.93% from 446); Blue value is 192 (75.39% from 255 or 43.05% from 446); Max value from RGB is 232 - color contains mainly: red. Hex color #E816C0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E816C0 is #17E93F. Grayscale: #676767. Windows color (decimal): -1567040 or 12588776. OLE color: 12588776.
HSL color Cylindrical-coordinate representation of color #E816C0: hue angle of 311.43º 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 #E816C0 is Cyan = 0, Magento = 0.91, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 22 | 192 | - |
| CMYK | 0 | 0.91 | 0.17 | 0.09 |
| HSL | 311.43º | 0.83% | 0.5% | - |
| HSV(B) | 311.43º | 0.91% | 0.91% | - |
| XYZ | 43.08 | 21.54 | 51.76 | - |
| YUV | 104.17 | 177.57 | 219.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 22 | 192 | 0 | 0.91 | 0.17 | 0.09 | 311.43 | 0.83 | 0.5 |
| Hex | E8 | 16 | C0 | 0 | 5B | 11 | 9 | 137 | 53 | 32 |
| Octal | 350 | 26 | 300 | 0 | 133 | 21 | 11 | 467 | 123 | 62 |
| Binary | 11101000 | 10110 | 11000000 | 0 | 1011011 | 10001 | 1001 | 100110111 | 1010011 | 110010 |
Color Harmonies of #E816C0
Complementary color
Monochromatic Colors of #E816C0
Black with #E816C0
Text Example
Text Example
White with #E816C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E816C0; }
p { color: rgb(232,22,192); }
H1.HeaderClassName
{
color: #E816C0;
}
.AnyTagClassName
{
color: #E816C0;
}
</style>
background-color css
<style>
a { background-color: #E816C0; }
a { background-color: rgb(232,22,192); }
div.DivClassName
{
background-color: #E816C0;
}
.BgClassName
{
background-color: #E816C0;
}
</style>
border-color css
<style>
span { border-color: #E816C0; }
span { border-color: rgb(232,22,192); }
td.TdClassName
{
border-color: #E816C0;
}
.TagClassName
{
border-color: #E816C0;
}
</style>