Shades of Shocking Pink #EB14D6
Tints of Shocking Pink #EB14D6
RGB
CMYK
RGB Variations
Color information
#EB14D6 (or 0xEB14D6) is known color: Shocking Pink. HEX triplet: EB, 14 and D6. RGB value is (235,20,214). Sum of RGB (Red+Green+Blue) = 235+20+214=469 (62% of max value = 765). Red value is 235 (92.19% from 255 or 50.11% from 469); Green value is 20 (8.20% from 255 or 4.26% from 469); Blue value is 214 (83.98% from 255 or 45.63% from 469); Max value from RGB is 235 - color contains mainly: red. Hex color #EB14D6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB14D6 is #14EB29. Grayscale: #696969. Windows color (decimal): -1370922 or 14030059. OLE color: 14030059.
HSL color Cylindrical-coordinate representation of color #EB14D6: hue angle of 305.86º 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 #EB14D6 is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 20 | 214 | - |
| CMYK | 0 | 0.91 | 0.09 | 0.08 |
| HSL | 305.86º | 0.84% | 0.5% | - |
| HSV(B) | 305.86º | 0.91% | 0.92% | - |
| XYZ | 46.65 | 23.02 | 65.6 | - |
| YUV | 106.4 | 188.73 | 219.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 20 | 214 | 0 | 0.91 | 0.09 | 0.08 | 305.86 | 0.84 | 0.5 |
| Hex | EB | 14 | D6 | 0 | 5B | 9 | 8 | 132 | 54 | 32 |
| Octal | 353 | 24 | 326 | 0 | 133 | 11 | 10 | 462 | 124 | 62 |
| Binary | 11101011 | 10100 | 11010110 | 0 | 1011011 | 1001 | 1000 | 100110010 | 1010100 | 110010 |
Color Harmonies of #EB14D6
Complementary color
Monochromatic Colors of #EB14D6
Black with #EB14D6
Text Example
Text Example
White with #EB14D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB14D6; }
p { color: rgb(235,20,214); }
H1.HeaderClassName
{
color: #EB14D6;
}
.AnyTagClassName
{
color: #EB14D6;
}
</style>
background-color css
<style>
a { background-color: #EB14D6; }
a { background-color: rgb(235,20,214); }
div.DivClassName
{
background-color: #EB14D6;
}
.BgClassName
{
background-color: #EB14D6;
}
</style>
border-color css
<style>
span { border-color: #EB14D6; }
span { border-color: rgb(235,20,214); }
td.TdClassName
{
border-color: #EB14D6;
}
.TagClassName
{
border-color: #EB14D6;
}
</style>