Shades of Shocking Pink #EB20C1
Tints of Shocking Pink #EB20C1
RGB
CMYK
RGB Variations
Color information
#EB20C1 (or 0xEB20C1) is known color: Shocking Pink. HEX triplet: EB, 20 and C1. RGB value is (235,32,193). Sum of RGB (Red+Green+Blue) = 235+32+193=460 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.09% from 460); Green value is 32 (12.89% from 255 or 6.96% from 460); Blue value is 193 (75.78% from 255 or 41.96% from 460); Max value from RGB is 235 - color contains mainly: red. Hex color #EB20C1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB20C1 is #14DF3E. Grayscale: #6E6E6E. Windows color (decimal): -1367871 or 12656875. OLE color: 12656875.
HSL color Cylindrical-coordinate representation of color #EB20C1: hue angle of 312.41º 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 #EB20C1 is Cyan = 0, Magento = 0.86, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 32 | 193 | - |
| CMYK | 0 | 0.86 | 0.18 | 0.08 |
| HSL | 312.41º | 0.84% | 0.52% | - |
| HSV(B) | 312.41º | 0.86% | 0.92% | - |
| XYZ | 44.4 | 22.55 | 52.46 | - |
| YUV | 111.05 | 174.25 | 216.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 32 | 193 | 0 | 0.86 | 0.18 | 0.08 | 312.41 | 0.84 | 0.52 |
| Hex | EB | 20 | C1 | 0 | 56 | 12 | 8 | 138 | 54 | 34 |
| Octal | 353 | 40 | 301 | 0 | 126 | 22 | 10 | 470 | 124 | 64 |
| Binary | 11101011 | 100000 | 11000001 | 0 | 1010110 | 10010 | 1000 | 100111000 | 1010100 | 110100 |
Color Harmonies of #EB20C1
Complementary color
Monochromatic Colors of #EB20C1
Black with #EB20C1
Text Example
Text Example
White with #EB20C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB20C1; }
p { color: rgb(235,32,193); }
H1.HeaderClassName
{
color: #EB20C1;
}
.AnyTagClassName
{
color: #EB20C1;
}
</style>
background-color css
<style>
a { background-color: #EB20C1; }
a { background-color: rgb(235,32,193); }
div.DivClassName
{
background-color: #EB20C1;
}
.BgClassName
{
background-color: #EB20C1;
}
</style>
border-color css
<style>
span { border-color: #EB20C1; }
span { border-color: rgb(235,32,193); }
td.TdClassName
{
border-color: #EB20C1;
}
.TagClassName
{
border-color: #EB20C1;
}
</style>