Shades of Shocking Pink #EE19BB
Tints of Shocking Pink #EE19BB
RGB
CMYK
RGB Variations
Color information
#EE19BB (or 0xEE19BB) is known color: Shocking Pink. HEX triplet: EE, 19 and BB. RGB value is (238,25,187). Sum of RGB (Red+Green+Blue) = 238+25+187=450 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.89% from 450); Green value is 25 (10.16% from 255 or 5.56% from 450); Blue value is 187 (73.44% from 255 or 41.56% from 450); Max value from RGB is 238 - color contains mainly: red. Hex color #EE19BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE19BB is #11E644. Grayscale: #6A6A6A. Windows color (decimal): -1173061 or 12261870. OLE color: 12261870.
HSL color Cylindrical-coordinate representation of color #EE19BB: hue angle of 314.37º 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 #EE19BB is Cyan = 0, Magento = 0.89, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 25 | 187 | - |
| CMYK | 0 | 0.89 | 0.21 | 0.07 |
| HSL | 314.37º | 0.86% | 0.52% | - |
| HSV(B) | 314.37º | 0.89% | 0.93% | - |
| XYZ | 44.58 | 22.46 | 49 | - |
| YUV | 107.16 | 173.07 | 221.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 25 | 187 | 0 | 0.89 | 0.21 | 0.07 | 314.37 | 0.86 | 0.52 |
| Hex | EE | 19 | BB | 0 | 59 | 15 | 7 | 13A | 56 | 34 |
| Octal | 356 | 31 | 273 | 0 | 131 | 25 | 7 | 472 | 126 | 64 |
| Binary | 11101110 | 11001 | 10111011 | 0 | 1011001 | 10101 | 111 | 100111010 | 1010110 | 110100 |
Color Harmonies of #EE19BB
Complementary color
Monochromatic Colors of #EE19BB
Black with #EE19BB
Text Example
Text Example
White with #EE19BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE19BB; }
p { color: rgb(238,25,187); }
H1.HeaderClassName
{
color: #EE19BB;
}
.AnyTagClassName
{
color: #EE19BB;
}
</style>
background-color css
<style>
a { background-color: #EE19BB; }
a { background-color: rgb(238,25,187); }
div.DivClassName
{
background-color: #EE19BB;
}
.BgClassName
{
background-color: #EE19BB;
}
</style>
border-color css
<style>
span { border-color: #EE19BB; }
span { border-color: rgb(238,25,187); }
td.TdClassName
{
border-color: #EE19BB;
}
.TagClassName
{
border-color: #EE19BB;
}
</style>