Shades of Shocking Pink #EB16D5
Tints of Shocking Pink #EB16D5
RGB
CMYK
RGB Variations
Color information
#EB16D5 (or 0xEB16D5) is known color: Shocking Pink. HEX triplet: EB, 16 and D5. RGB value is (235,22,213). Sum of RGB (Red+Green+Blue) = 235+22+213=470 (62% of max value = 765). Red value is 235 (92.19% from 255 or 50% from 470); Green value is 22 (8.98% from 255 or 4.68% from 470); Blue value is 213 (83.59% from 255 or 45.32% from 470); Max value from RGB is 235 - color contains mainly: red. Hex color #EB16D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB16D5 is #14E92A. Grayscale: #6A6A6A. Windows color (decimal): -1370411 or 13965035. OLE color: 13965035.
HSL color Cylindrical-coordinate representation of color #EB16D5: hue angle of 306.2º 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 #EB16D5 is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 22 | 213 | - |
| CMYK | 0 | 0.91 | 0.09 | 0.08 |
| HSL | 306.2º | 0.84% | 0.5% | - |
| HSV(B) | 306.2º | 0.91% | 0.92% | - |
| XYZ | 46.56 | 23.04 | 64.94 | - |
| YUV | 107.46 | 187.57 | 218.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 22 | 213 | 0 | 0.91 | 0.09 | 0.08 | 306.2 | 0.84 | 0.5 |
| Hex | EB | 16 | D5 | 0 | 5B | 9 | 8 | 132 | 54 | 32 |
| Octal | 353 | 26 | 325 | 0 | 133 | 11 | 10 | 462 | 124 | 62 |
| Binary | 11101011 | 10110 | 11010101 | 0 | 1011011 | 1001 | 1000 | 100110010 | 1010100 | 110010 |
Color Harmonies of #EB16D5
Complementary color
Monochromatic Colors of #EB16D5
Black with #EB16D5
Text Example
Text Example
White with #EB16D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB16D5; }
p { color: rgb(235,22,213); }
H1.HeaderClassName
{
color: #EB16D5;
}
.AnyTagClassName
{
color: #EB16D5;
}
</style>
background-color css
<style>
a { background-color: #EB16D5; }
a { background-color: rgb(235,22,213); }
div.DivClassName
{
background-color: #EB16D5;
}
.BgClassName
{
background-color: #EB16D5;
}
</style>
border-color css
<style>
span { border-color: #EB16D5; }
span { border-color: rgb(235,22,213); }
td.TdClassName
{
border-color: #EB16D5;
}
.TagClassName
{
border-color: #EB16D5;
}
</style>