Shades of Shocking Pink #EB14C5
Tints of Shocking Pink #EB14C5
RGB
CMYK
RGB Variations
Color information
#EB14C5 (or 0xEB14C5) is known color: Shocking Pink. HEX triplet: EB, 14 and C5. RGB value is (235,20,197). Sum of RGB (Red+Green+Blue) = 235+20+197=452 (59% of max value = 765). Red value is 235 (92.19% from 255 or 51.99% from 452); Green value is 20 (8.20% from 255 or 4.42% from 452); Blue value is 197 (77.34% from 255 or 43.58% from 452); Max value from RGB is 235 - color contains mainly: red. Hex color #EB14C5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB14C5 is #14EB3A. Grayscale: #676767. Windows color (decimal): -1370939 or 12915947. OLE color: 12915947.
HSL color Cylindrical-coordinate representation of color #EB14C5: hue angle of 310.6º 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 #EB14C5 is Cyan = 0, Magento = 0.91, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 20 | 197 | - |
| CMYK | 0 | 0.91 | 0.16 | 0.08 |
| HSL | 310.6º | 0.84% | 0.5% | - |
| HSV(B) | 310.6º | 0.91% | 0.92% | - |
| XYZ | 44.59 | 22.19 | 54.76 | - |
| YUV | 104.46 | 180.23 | 221.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 20 | 197 | 0 | 0.91 | 0.16 | 0.08 | 310.6 | 0.84 | 0.5 |
| Hex | EB | 14 | C5 | 0 | 5B | 10 | 8 | 137 | 54 | 32 |
| Octal | 353 | 24 | 305 | 0 | 133 | 20 | 10 | 467 | 124 | 62 |
| Binary | 11101011 | 10100 | 11000101 | 0 | 1011011 | 10000 | 1000 | 100110111 | 1010100 | 110010 |
Color Harmonies of #EB14C5
Complementary color
Monochromatic Colors of #EB14C5
Black with #EB14C5
Text Example
Text Example
White with #EB14C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB14C5; }
p { color: rgb(235,20,197); }
H1.HeaderClassName
{
color: #EB14C5;
}
.AnyTagClassName
{
color: #EB14C5;
}
</style>
background-color css
<style>
a { background-color: #EB14C5; }
a { background-color: rgb(235,20,197); }
div.DivClassName
{
background-color: #EB14C5;
}
.BgClassName
{
background-color: #EB14C5;
}
</style>
border-color css
<style>
span { border-color: #EB14C5; }
span { border-color: rgb(235,20,197); }
td.TdClassName
{
border-color: #EB14C5;
}
.TagClassName
{
border-color: #EB14C5;
}
</style>