Shades of Shocking #EE99BC
Tints of Shocking #EE99BC
RGB
CMYK
RGB Variations
Color information
#EE99BC (or 0xEE99BC) is known color: Shocking. HEX triplet: EE, 99 and BC. RGB value is (238,153,188). Sum of RGB (Red+Green+Blue) = 238+153+188=579 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.11% from 579); Green value is 153 (60.16% from 255 or 26.42% from 579); Blue value is 188 (73.83% from 255 or 32.47% from 579); Max value from RGB is 238 - color contains mainly: red. Hex color #EE99BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE99BC is #116643. Grayscale: #B6B6B6. Windows color (decimal): -1140292 or 12360174. OLE color: 12360174.
HSL color Cylindrical-coordinate representation of color #EE99BC: hue angle of 335.29º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EE99BC is Cyan = 0, Magento = 0.36, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 153 | 188 | - |
| CMYK | 0 | 0.36 | 0.21 | 0.07 |
| HSL | 335.29º | 0.71% | 0.77% | - |
| HSV(B) | 335.29º | 0.36% | 0.93% | - |
| XYZ | 55.73 | 44.59 | 53.25 | - |
| YUV | 182.41 | 131.16 | 167.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 153 | 188 | 0 | 0.36 | 0.21 | 0.07 | 335.29 | 0.71 | 0.77 |
| Hex | EE | 99 | BC | 0 | 24 | 15 | 7 | 14F | 47 | 4D |
| Octal | 356 | 231 | 274 | 0 | 44 | 25 | 7 | 517 | 107 | 115 |
| Binary | 11101110 | 10011001 | 10111100 | 0 | 100100 | 10101 | 111 | 101001111 | 1000111 | 1001101 |
Color Harmonies of #EE99BC
Complementary color
Monochromatic Colors of #EE99BC
Black with #EE99BC
Text Example
Text Example
White with #EE99BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE99BC; }
p { color: rgb(238,153,188); }
H1.HeaderClassName
{
color: #EE99BC;
}
.AnyTagClassName
{
color: #EE99BC;
}
</style>
background-color css
<style>
a { background-color: #EE99BC; }
a { background-color: rgb(238,153,188); }
div.DivClassName
{
background-color: #EE99BC;
}
.BgClassName
{
background-color: #EE99BC;
}
</style>
border-color css
<style>
span { border-color: #EE99BC; }
span { border-color: rgb(238,153,188); }
td.TdClassName
{
border-color: #EE99BC;
}
.TagClassName
{
border-color: #EE99BC;
}
</style>