Shades of Shocking Pink #EB16C5
Tints of Shocking Pink #EB16C5
RGB
CMYK
RGB Variations
Color information
#EB16C5 (or 0xEB16C5) is known color: Shocking Pink. HEX triplet: EB, 16 and C5. RGB value is (235,22,197). Sum of RGB (Red+Green+Blue) = 235+22+197=454 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.76% from 454); Green value is 22 (8.98% from 255 or 4.85% from 454); Blue value is 197 (77.34% from 255 or 43.39% from 454); Max value from RGB is 235 - color contains mainly: red. Hex color #EB16C5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB16C5 is #14E93A. Grayscale: #696969. Windows color (decimal): -1370427 or 12916459. OLE color: 12916459.
HSL color Cylindrical-coordinate representation of color #EB16C5: hue angle of 310.7º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EB16C5 is Cyan = 0, Magento = 0.91, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 22 | 197 | - |
| CMYK | 0 | 0.91 | 0.16 | 0.08 |
| HSL | 310.7º | 0.84% | 0.5% | - |
| HSV(B) | 310.7º | 0.91% | 0.92% | - |
| XYZ | 44.63 | 22.27 | 54.77 | - |
| YUV | 105.64 | 179.57 | 220.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 22 | 197 | 0 | 0.91 | 0.16 | 0.08 | 310.7 | 0.84 | 0.5 |
| Hex | EB | 16 | C5 | 0 | 5B | 10 | 8 | 137 | 54 | 32 |
| Octal | 353 | 26 | 305 | 0 | 133 | 20 | 10 | 467 | 124 | 62 |
| Binary | 11101011 | 10110 | 11000101 | 0 | 1011011 | 10000 | 1000 | 100110111 | 1010100 | 110010 |
Color Harmonies of #EB16C5
Complementary color
Monochromatic Colors of #EB16C5
Black with #EB16C5
Text Example
Text Example
White with #EB16C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB16C5; }
p { color: rgb(235,22,197); }
H1.HeaderClassName
{
color: #EB16C5;
}
.AnyTagClassName
{
color: #EB16C5;
}
</style>
background-color css
<style>
a { background-color: #EB16C5; }
a { background-color: rgb(235,22,197); }
div.DivClassName
{
background-color: #EB16C5;
}
.BgClassName
{
background-color: #EB16C5;
}
</style>
border-color css
<style>
span { border-color: #EB16C5; }
span { border-color: rgb(235,22,197); }
td.TdClassName
{
border-color: #EB16C5;
}
.TagClassName
{
border-color: #EB16C5;
}
</style>