Shades of Shocking Pink #EB0EC4
Tints of Shocking Pink #EB0EC4
RGB
CMYK
RGB Variations
Color information
#EB0EC4 (or 0xEB0EC4) is known color: Shocking Pink. HEX triplet: EB, 0E and C4. RGB value is (235,14,196). Sum of RGB (Red+Green+Blue) = 235+14+196=445 (58% of max value = 765). Red value is 235 (92.19% from 255 or 52.81% from 445); Green value is 14 (5.86% from 255 or 3.15% from 445); Blue value is 196 (76.95% from 255 or 44.04% from 445); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0EC4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB0EC4 is #14F13B. Grayscale: #646464. Windows color (decimal): -1372476 or 12848875. OLE color: 12848875.
HSL color Cylindrical-coordinate representation of color #EB0EC4: hue angle of 310.59º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EB0EC4 is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 14 | 196 | - |
| CMYK | 0 | 0.94 | 0.17 | 0.08 |
| HSL | 310.59º | 0.89% | 0.49% | - |
| HSV(B) | 310.59º | 0.94% | 0.92% | - |
| XYZ | 44.38 | 21.96 | 54.12 | - |
| YUV | 100.83 | 181.72 | 223.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 14 | 196 | 0 | 0.94 | 0.17 | 0.08 | 310.59 | 0.89 | 0.49 |
| Hex | EB | E | C4 | 0 | 5E | 11 | 8 | 137 | 59 | 31 |
| Octal | 353 | 16 | 304 | 0 | 136 | 21 | 10 | 467 | 131 | 61 |
| Binary | 11101011 | 1110 | 11000100 | 0 | 1011110 | 10001 | 1000 | 100110111 | 1011001 | 110001 |
Color Harmonies of #EB0EC4
Complementary color
Monochromatic Colors of #EB0EC4
Black with #EB0EC4
Text Example
Text Example
White with #EB0EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB0EC4; }
p { color: rgb(235,14,196); }
H1.HeaderClassName
{
color: #EB0EC4;
}
.AnyTagClassName
{
color: #EB0EC4;
}
</style>
background-color css
<style>
a { background-color: #EB0EC4; }
a { background-color: rgb(235,14,196); }
div.DivClassName
{
background-color: #EB0EC4;
}
.BgClassName
{
background-color: #EB0EC4;
}
</style>
border-color css
<style>
span { border-color: #EB0EC4; }
span { border-color: rgb(235,14,196); }
td.TdClassName
{
border-color: #EB0EC4;
}
.TagClassName
{
border-color: #EB0EC4;
}
</style>