Shades of Shocking Pink #EE16BC
Tints of Shocking Pink #EE16BC
RGB
CMYK
RGB Variations
Color information
#EE16BC (or 0xEE16BC) is known color: Shocking Pink. HEX triplet: EE, 16 and BC. RGB value is (238,22,188). Sum of RGB (Red+Green+Blue) = 238+22+188=448 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.12% from 448); Green value is 22 (8.98% from 255 or 4.91% from 448); Blue value is 188 (73.83% from 255 or 41.96% from 448); Max value from RGB is 238 - color contains mainly: red. Hex color #EE16BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE16BC is #11E943. Grayscale: #696969. Windows color (decimal): -1173828 or 12326638. OLE color: 12326638.
HSL color Cylindrical-coordinate representation of color #EE16BC: hue angle of 313.89º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EE16BC is Cyan = 0, Magento = 0.91, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 22 | 188 | - |
| CMYK | 0 | 0.91 | 0.21 | 0.07 |
| HSL | 313.89º | 0.86% | 0.51% | - |
| HSV(B) | 313.89º | 0.91% | 0.93% | - |
| XYZ | 44.62 | 22.38 | 49.55 | - |
| YUV | 105.51 | 174.56 | 222.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 22 | 188 | 0 | 0.91 | 0.21 | 0.07 | 313.89 | 0.86 | 0.51 |
| Hex | EE | 16 | BC | 0 | 5B | 15 | 7 | 13A | 56 | 33 |
| Octal | 356 | 26 | 274 | 0 | 133 | 25 | 7 | 472 | 126 | 63 |
| Binary | 11101110 | 10110 | 10111100 | 0 | 1011011 | 10101 | 111 | 100111010 | 1010110 | 110011 |
Color Harmonies of #EE16BC
Complementary color
Monochromatic Colors of #EE16BC
Black with #EE16BC
Text Example
Text Example
White with #EE16BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE16BC; }
p { color: rgb(238,22,188); }
H1.HeaderClassName
{
color: #EE16BC;
}
.AnyTagClassName
{
color: #EE16BC;
}
</style>
background-color css
<style>
a { background-color: #EE16BC; }
a { background-color: rgb(238,22,188); }
div.DivClassName
{
background-color: #EE16BC;
}
.BgClassName
{
background-color: #EE16BC;
}
</style>
border-color css
<style>
span { border-color: #EE16BC; }
span { border-color: rgb(238,22,188); }
td.TdClassName
{
border-color: #EE16BC;
}
.TagClassName
{
border-color: #EE16BC;
}
</style>