Shades of Shocking Pink #EB16D4
Tints of Shocking Pink #EB16D4
RGB
CMYK
RGB Variations
Color information
#EB16D4 (or 0xEB16D4) is known color: Shocking Pink. HEX triplet: EB, 16 and D4. RGB value is (235,22,212). Sum of RGB (Red+Green+Blue) = 235+22+212=469 (62% of max value = 765). Red value is 235 (92.19% from 255 or 50.11% from 469); Green value is 22 (8.98% from 255 or 4.69% from 469); Blue value is 212 (83.20% from 255 or 45.20% from 469); Max value from RGB is 235 - color contains mainly: red. Hex color #EB16D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB16D4 is #14E92B. Grayscale: #6A6A6A. Windows color (decimal): -1370412 or 13899499. OLE color: 13899499.
HSL color Cylindrical-coordinate representation of color #EB16D4: hue angle of 306.48º 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 #EB16D4 is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 22 | 212 | - |
| CMYK | 0 | 0.91 | 0.10 | 0.08 |
| HSL | 306.48º | 0.84% | 0.5% | - |
| HSV(B) | 306.48º | 0.91% | 0.92% | - |
| XYZ | 46.43 | 22.99 | 64.28 | - |
| YUV | 107.35 | 187.07 | 219.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 22 | 212 | 0 | 0.91 | 0.10 | 0.08 | 306.48 | 0.84 | 0.5 |
| Hex | EB | 16 | D4 | 0 | 5B | A | 8 | 132 | 54 | 32 |
| Octal | 353 | 26 | 324 | 0 | 133 | 12 | 10 | 462 | 124 | 62 |
| Binary | 11101011 | 10110 | 11010100 | 0 | 1011011 | 1010 | 1000 | 100110010 | 1010100 | 110010 |
Color Harmonies of #EB16D4
Complementary color
Monochromatic Colors of #EB16D4
Black with #EB16D4
Text Example
Text Example
White with #EB16D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB16D4; }
p { color: rgb(235,22,212); }
H1.HeaderClassName
{
color: #EB16D4;
}
.AnyTagClassName
{
color: #EB16D4;
}
</style>
background-color css
<style>
a { background-color: #EB16D4; }
a { background-color: rgb(235,22,212); }
div.DivClassName
{
background-color: #EB16D4;
}
.BgClassName
{
background-color: #EB16D4;
}
</style>
border-color css
<style>
span { border-color: #EB16D4; }
span { border-color: rgb(235,22,212); }
td.TdClassName
{
border-color: #EB16D4;
}
.TagClassName
{
border-color: #EB16D4;
}
</style>