Shades of Shocking Pink #EB14D0
Tints of Shocking Pink #EB14D0
RGB
CMYK
RGB Variations
Color information
#EB14D0 (or 0xEB14D0) is known color: Shocking Pink. HEX triplet: EB, 14 and D0. RGB value is (235,20,208). Sum of RGB (Red+Green+Blue) = 235+20+208=463 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.76% from 463); Green value is 20 (8.20% from 255 or 4.32% from 463); Blue value is 208 (81.64% from 255 or 44.92% from 463); Max value from RGB is 235 - color contains mainly: red. Hex color #EB14D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB14D0 is #14EB2F. Grayscale: #696969. Windows color (decimal): -1370928 or 13636843. OLE color: 13636843.
HSL color Cylindrical-coordinate representation of color #EB14D0: hue angle of 307.53º 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 #EB14D0 is Cyan = 0, Magento = 0.91, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 20 | 208 | - |
| CMYK | 0 | 0.91 | 0.11 | 0.08 |
| HSL | 307.53º | 0.84% | 0.5% | - |
| HSV(B) | 307.53º | 0.91% | 0.92% | - |
| XYZ | 45.9 | 22.72 | 61.64 | - |
| YUV | 105.72 | 185.73 | 220.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 20 | 208 | 0 | 0.91 | 0.11 | 0.08 | 307.53 | 0.84 | 0.5 |
| Hex | EB | 14 | D0 | 0 | 5B | B | 8 | 134 | 54 | 32 |
| Octal | 353 | 24 | 320 | 0 | 133 | 13 | 10 | 464 | 124 | 62 |
| Binary | 11101011 | 10100 | 11010000 | 0 | 1011011 | 1011 | 1000 | 100110100 | 1010100 | 110010 |
Color Harmonies of #EB14D0
Complementary color
Monochromatic Colors of #EB14D0
Black with #EB14D0
Text Example
Text Example
White with #EB14D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB14D0; }
p { color: rgb(235,20,208); }
H1.HeaderClassName
{
color: #EB14D0;
}
.AnyTagClassName
{
color: #EB14D0;
}
</style>
background-color css
<style>
a { background-color: #EB14D0; }
a { background-color: rgb(235,20,208); }
div.DivClassName
{
background-color: #EB14D0;
}
.BgClassName
{
background-color: #EB14D0;
}
</style>
border-color css
<style>
span { border-color: #EB14D0; }
span { border-color: rgb(235,20,208); }
td.TdClassName
{
border-color: #EB14D0;
}
.TagClassName
{
border-color: #EB14D0;
}
</style>