Shades of Shocking Pink #EB16D3
Tints of Shocking Pink #EB16D3
RGB
CMYK
RGB Variations
Color information
#EB16D3 (or 0xEB16D3) is known color: Shocking Pink. HEX triplet: EB, 16 and D3. RGB value is (235,22,211). Sum of RGB (Red+Green+Blue) = 235+22+211=468 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.21% from 468); Green value is 22 (8.98% from 255 or 4.70% from 468); Blue value is 211 (82.81% from 255 or 45.09% from 468); Max value from RGB is 235 - color contains mainly: red. Hex color #EB16D3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB16D3 is #14E92C. Grayscale: #6A6A6A. Windows color (decimal): -1370413 or 13833963. OLE color: 13833963.
HSL color Cylindrical-coordinate representation of color #EB16D3: hue angle of 306.76º 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 #EB16D3 is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 22 | 211 | - |
| CMYK | 0 | 0.91 | 0.10 | 0.08 |
| HSL | 306.76º | 0.84% | 0.5% | - |
| HSV(B) | 306.76º | 0.91% | 0.92% | - |
| XYZ | 46.31 | 22.94 | 63.62 | - |
| YUV | 107.23 | 186.57 | 219.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 22 | 211 | 0 | 0.91 | 0.10 | 0.08 | 306.76 | 0.84 | 0.5 |
| Hex | EB | 16 | D3 | 0 | 5B | A | 8 | 133 | 54 | 32 |
| Octal | 353 | 26 | 323 | 0 | 133 | 12 | 10 | 463 | 124 | 62 |
| Binary | 11101011 | 10110 | 11010011 | 0 | 1011011 | 1010 | 1000 | 100110011 | 1010100 | 110010 |
Color Harmonies of #EB16D3
Complementary color
Monochromatic Colors of #EB16D3
Black with #EB16D3
Text Example
Text Example
White with #EB16D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB16D3; }
p { color: rgb(235,22,211); }
H1.HeaderClassName
{
color: #EB16D3;
}
.AnyTagClassName
{
color: #EB16D3;
}
</style>
background-color css
<style>
a { background-color: #EB16D3; }
a { background-color: rgb(235,22,211); }
div.DivClassName
{
background-color: #EB16D3;
}
.BgClassName
{
background-color: #EB16D3;
}
</style>
border-color css
<style>
span { border-color: #EB16D3; }
span { border-color: rgb(235,22,211); }
td.TdClassName
{
border-color: #EB16D3;
}
.TagClassName
{
border-color: #EB16D3;
}
</style>