Shades of Shocking Pink #EB20C0
Tints of Shocking Pink #EB20C0
RGB
CMYK
RGB Variations
Color information
#EB20C0 (or 0xEB20C0) is known color: Shocking Pink. HEX triplet: EB, 20 and C0. RGB value is (235,32,192). Sum of RGB (Red+Green+Blue) = 235+32+192=459 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.20% from 459); Green value is 32 (12.89% from 255 or 6.97% from 459); Blue value is 192 (75.39% from 255 or 41.83% from 459); Max value from RGB is 235 - color contains mainly: red. Hex color #EB20C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB20C0 is #14DF3F. Grayscale: #6E6E6E. Windows color (decimal): -1367872 or 12591339. OLE color: 12591339.
HSL color Cylindrical-coordinate representation of color #EB20C0: hue angle of 312.71º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EB20C0 is Cyan = 0, Magento = 0.86, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 32 | 192 | - |
| CMYK | 0 | 0.86 | 0.18 | 0.08 |
| HSL | 312.71º | 0.84% | 0.52% | - |
| HSV(B) | 312.71º | 0.86% | 0.92% | - |
| XYZ | 44.29 | 22.5 | 51.88 | - |
| YUV | 110.94 | 173.75 | 216.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 32 | 192 | 0 | 0.86 | 0.18 | 0.08 | 312.71 | 0.84 | 0.52 |
| Hex | EB | 20 | C0 | 0 | 56 | 12 | 8 | 139 | 54 | 34 |
| Octal | 353 | 40 | 300 | 0 | 126 | 22 | 10 | 471 | 124 | 64 |
| Binary | 11101011 | 100000 | 11000000 | 0 | 1010110 | 10010 | 1000 | 100111001 | 1010100 | 110100 |
Color Harmonies of #EB20C0
Complementary color
Monochromatic Colors of #EB20C0
Black with #EB20C0
Text Example
Text Example
White with #EB20C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB20C0; }
p { color: rgb(235,32,192); }
H1.HeaderClassName
{
color: #EB20C0;
}
.AnyTagClassName
{
color: #EB20C0;
}
</style>
background-color css
<style>
a { background-color: #EB20C0; }
a { background-color: rgb(235,32,192); }
div.DivClassName
{
background-color: #EB20C0;
}
.BgClassName
{
background-color: #EB20C0;
}
</style>
border-color css
<style>
span { border-color: #EB20C0; }
span { border-color: rgb(235,32,192); }
td.TdClassName
{
border-color: #EB20C0;
}
.TagClassName
{
border-color: #EB20C0;
}
</style>