Shades of Shocking Pink #EE20BC
Tints of Shocking Pink #EE20BC
RGB
CMYK
RGB Variations
Color information
#EE20BC (or 0xEE20BC) is known color: Shocking Pink. HEX triplet: EE, 20 and BC. RGB value is (238,32,188). Sum of RGB (Red+Green+Blue) = 238+32+188=458 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.97% from 458); Green value is 32 (12.89% from 255 or 6.99% from 458); Blue value is 188 (73.83% from 255 or 41.05% from 458); Max value from RGB is 238 - color contains mainly: red. Hex color #EE20BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE20BC is #11DF43. Grayscale: #6E6E6E. Windows color (decimal): -1171268 or 12329198. OLE color: 12329198.
HSL color Cylindrical-coordinate representation of color #EE20BC: hue angle of 314.56º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EE20BC is Cyan = 0, Magento = 0.87, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 32 | 188 | - |
| CMYK | 0 | 0.87 | 0.21 | 0.07 |
| HSL | 314.56º | 0.86% | 0.53% | - |
| HSV(B) | 314.56º | 0.87% | 0.93% | - |
| XYZ | 44.85 | 22.84 | 49.62 | - |
| YUV | 111.38 | 171.25 | 218.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 32 | 188 | 0 | 0.87 | 0.21 | 0.07 | 314.56 | 0.86 | 0.53 |
| Hex | EE | 20 | BC | 0 | 57 | 15 | 7 | 13B | 56 | 35 |
| Octal | 356 | 40 | 274 | 0 | 127 | 25 | 7 | 473 | 126 | 65 |
| Binary | 11101110 | 100000 | 10111100 | 0 | 1010111 | 10101 | 111 | 100111011 | 1010110 | 110101 |
Color Harmonies of #EE20BC
Complementary color
Monochromatic Colors of #EE20BC
Black with #EE20BC
Text Example
Text Example
White with #EE20BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE20BC; }
p { color: rgb(238,32,188); }
H1.HeaderClassName
{
color: #EE20BC;
}
.AnyTagClassName
{
color: #EE20BC;
}
</style>
background-color css
<style>
a { background-color: #EE20BC; }
a { background-color: rgb(238,32,188); }
div.DivClassName
{
background-color: #EE20BC;
}
.BgClassName
{
background-color: #EE20BC;
}
</style>
border-color css
<style>
span { border-color: #EE20BC; }
span { border-color: rgb(238,32,188); }
td.TdClassName
{
border-color: #EE20BC;
}
.TagClassName
{
border-color: #EE20BC;
}
</style>