Shades of Shocking Pink #EE19BC
Tints of Shocking Pink #EE19BC
RGB
CMYK
RGB Variations
Color information
#EE19BC (or 0xEE19BC) is known color: Shocking Pink. HEX triplet: EE, 19 and BC. RGB value is (238,25,188). Sum of RGB (Red+Green+Blue) = 238+25+188=451 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.77% from 451); Green value is 25 (10.16% from 255 or 5.54% from 451); Blue value is 188 (73.83% from 255 or 41.69% from 451); Max value from RGB is 238 - color contains mainly: red. Hex color #EE19BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE19BC is #11E643. Grayscale: #6A6A6A. Windows color (decimal): -1173060 or 12327406. OLE color: 12327406.
HSL color Cylindrical-coordinate representation of color #EE19BC: hue angle of 314.08º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EE19BC is Cyan = 0, Magento = 0.89, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 25 | 188 | - |
| CMYK | 0 | 0.89 | 0.21 | 0.07 |
| HSL | 314.08º | 0.86% | 0.52% | - |
| HSV(B) | 314.08º | 0.89% | 0.93% | - |
| XYZ | 44.68 | 22.5 | 49.57 | - |
| YUV | 107.27 | 173.57 | 221.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 25 | 188 | 0 | 0.89 | 0.21 | 0.07 | 314.08 | 0.86 | 0.52 |
| Hex | EE | 19 | BC | 0 | 59 | 15 | 7 | 13A | 56 | 34 |
| Octal | 356 | 31 | 274 | 0 | 131 | 25 | 7 | 472 | 126 | 64 |
| Binary | 11101110 | 11001 | 10111100 | 0 | 1011001 | 10101 | 111 | 100111010 | 1010110 | 110100 |
Color Harmonies of #EE19BC
Complementary color
Monochromatic Colors of #EE19BC
Black with #EE19BC
Text Example
Text Example
White with #EE19BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE19BC; }
p { color: rgb(238,25,188); }
H1.HeaderClassName
{
color: #EE19BC;
}
.AnyTagClassName
{
color: #EE19BC;
}
</style>
background-color css
<style>
a { background-color: #EE19BC; }
a { background-color: rgb(238,25,188); }
div.DivClassName
{
background-color: #EE19BC;
}
.BgClassName
{
background-color: #EE19BC;
}
</style>
border-color css
<style>
span { border-color: #EE19BC; }
span { border-color: rgb(238,25,188); }
td.TdClassName
{
border-color: #EE19BC;
}
.TagClassName
{
border-color: #EE19BC;
}
</style>