Shades of Shocking Pink #EB16D1
Tints of Shocking Pink #EB16D1
RGB
CMYK
RGB Variations
Color information
#EB16D1 (or 0xEB16D1) is known color: Shocking Pink. HEX triplet: EB, 16 and D1. RGB value is (235,22,209). Sum of RGB (Red+Green+Blue) = 235+22+209=466 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.43% from 466); Green value is 22 (8.98% from 255 or 4.72% from 466); Blue value is 209 (82.03% from 255 or 44.85% from 466); Max value from RGB is 235 - color contains mainly: red. Hex color #EB16D1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB16D1 is #14E92E. Grayscale: #6A6A6A. Windows color (decimal): -1370415 or 13702891. OLE color: 13702891.
HSL color Cylindrical-coordinate representation of color #EB16D1: hue angle of 307.32º 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 #EB16D1 is Cyan = 0, Magento = 0.91, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 22 | 209 | - |
| CMYK | 0 | 0.91 | 0.11 | 0.08 |
| HSL | 307.32º | 0.84% | 0.5% | - |
| HSV(B) | 307.32º | 0.91% | 0.92% | - |
| XYZ | 46.06 | 22.84 | 62.3 | - |
| YUV | 107.01 | 185.57 | 219.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 22 | 209 | 0 | 0.91 | 0.11 | 0.08 | 307.32 | 0.84 | 0.5 |
| Hex | EB | 16 | D1 | 0 | 5B | B | 8 | 133 | 54 | 32 |
| Octal | 353 | 26 | 321 | 0 | 133 | 13 | 10 | 463 | 124 | 62 |
| Binary | 11101011 | 10110 | 11010001 | 0 | 1011011 | 1011 | 1000 | 100110011 | 1010100 | 110010 |
Color Harmonies of #EB16D1
Complementary color
Monochromatic Colors of #EB16D1
Black with #EB16D1
Text Example
Text Example
White with #EB16D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB16D1; }
p { color: rgb(235,22,209); }
H1.HeaderClassName
{
color: #EB16D1;
}
.AnyTagClassName
{
color: #EB16D1;
}
</style>
background-color css
<style>
a { background-color: #EB16D1; }
a { background-color: rgb(235,22,209); }
div.DivClassName
{
background-color: #EB16D1;
}
.BgClassName
{
background-color: #EB16D1;
}
</style>
border-color css
<style>
span { border-color: #EB16D1; }
span { border-color: rgb(235,22,209); }
td.TdClassName
{
border-color: #EB16D1;
}
.TagClassName
{
border-color: #EB16D1;
}
</style>