Shades of Shocking Pink #E916D6
Tints of Shocking Pink #E916D6
RGB
CMYK
RGB Variations
Color information
#E916D6 (or 0xE916D6) is known color: Shocking Pink. HEX triplet: E9, 16 and D6. RGB value is (233,22,214). Sum of RGB (Red+Green+Blue) = 233+22+214=469 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.68% from 469); Green value is 22 (8.98% from 255 or 4.69% from 469); Blue value is 214 (83.98% from 255 or 45.63% from 469); Max value from RGB is 233 - color contains mainly: red. Hex color #E916D6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E916D6 is #16E929. Grayscale: #6A6A6A. Windows color (decimal): -1501482 or 14030569. OLE color: 14030569.
HSL color Cylindrical-coordinate representation of color #E916D6: hue angle of 305.4º 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 #E916D6 is Cyan = 0, Magento = 0.91, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 22 | 214 | - |
| CMYK | 0 | 0.91 | 0.08 | 0.09 |
| HSL | 305.4º | 0.83% | 0.5% | - |
| HSV(B) | 305.4º | 0.91% | 0.91% | - |
| XYZ | 46.03 | 22.75 | 65.58 | - |
| YUV | 106.98 | 188.4 | 217.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 22 | 214 | 0 | 0.91 | 0.08 | 0.09 | 305.4 | 0.83 | 0.5 |
| Hex | E9 | 16 | D6 | 0 | 5B | 8 | 9 | 131 | 53 | 32 |
| Octal | 351 | 26 | 326 | 0 | 133 | 10 | 11 | 461 | 123 | 62 |
| Binary | 11101001 | 10110 | 11010110 | 0 | 1011011 | 1000 | 1001 | 100110001 | 1010011 | 110010 |
Color Harmonies of #E916D6
Complementary color
Monochromatic Colors of #E916D6
Black with #E916D6
Text Example
Text Example
White with #E916D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E916D6; }
p { color: rgb(233,22,214); }
H1.HeaderClassName
{
color: #E916D6;
}
.AnyTagClassName
{
color: #E916D6;
}
</style>
background-color css
<style>
a { background-color: #E916D6; }
a { background-color: rgb(233,22,214); }
div.DivClassName
{
background-color: #E916D6;
}
.BgClassName
{
background-color: #E916D6;
}
</style>
border-color css
<style>
span { border-color: #E916D6; }
span { border-color: rgb(233,22,214); }
td.TdClassName
{
border-color: #E916D6;
}
.TagClassName
{
border-color: #E916D6;
}
</style>