Shades of Shocking Pink #EB20C2
Tints of Shocking Pink #EB20C2
RGB
CMYK
RGB Variations
Color information
#EB20C2 (or 0xEB20C2) is known color: Shocking Pink. HEX triplet: EB, 20 and C2. RGB value is (235,32,194). Sum of RGB (Red+Green+Blue) = 235+32+194=461 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.98% from 461); Green value is 32 (12.89% from 255 or 6.94% from 461); Blue value is 194 (76.17% from 255 or 42.08% from 461); Max value from RGB is 235 - color contains mainly: red. Hex color #EB20C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB20C2 is #14DF3D. Grayscale: #6E6E6E. Windows color (decimal): -1367870 or 12722411. OLE color: 12722411.
HSL color Cylindrical-coordinate representation of color #EB20C2: hue angle of 312.12º 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 #EB20C2 is Cyan = 0, Magento = 0.86, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 32 | 194 | - |
| CMYK | 0 | 0.86 | 0.17 | 0.08 |
| HSL | 312.12º | 0.84% | 0.52% | - |
| HSV(B) | 312.12º | 0.86% | 0.92% | - |
| XYZ | 44.52 | 22.59 | 53.05 | - |
| YUV | 111.17 | 174.75 | 216.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 32 | 194 | 0 | 0.86 | 0.17 | 0.08 | 312.12 | 0.84 | 0.52 |
| Hex | EB | 20 | C2 | 0 | 56 | 11 | 8 | 138 | 54 | 34 |
| Octal | 353 | 40 | 302 | 0 | 126 | 21 | 10 | 470 | 124 | 64 |
| Binary | 11101011 | 100000 | 11000010 | 0 | 1010110 | 10001 | 1000 | 100111000 | 1010100 | 110100 |
Color Harmonies of #EB20C2
Complementary color
Monochromatic Colors of #EB20C2
Black with #EB20C2
Text Example
Text Example
White with #EB20C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB20C2; }
p { color: rgb(235,32,194); }
H1.HeaderClassName
{
color: #EB20C2;
}
.AnyTagClassName
{
color: #EB20C2;
}
</style>
background-color css
<style>
a { background-color: #EB20C2; }
a { background-color: rgb(235,32,194); }
div.DivClassName
{
background-color: #EB20C2;
}
.BgClassName
{
background-color: #EB20C2;
}
</style>
border-color css
<style>
span { border-color: #EB20C2; }
span { border-color: rgb(235,32,194); }
td.TdClassName
{
border-color: #EB20C2;
}
.TagClassName
{
border-color: #EB20C2;
}
</style>