Shades of Shocking #EE9FBC
Tints of Shocking #EE9FBC
RGB
CMYK
RGB Variations
Color information
#EE9FBC (or 0xEE9FBC) is known color: Shocking. HEX triplet: EE, 9F and BC. RGB value is (238,159,188). Sum of RGB (Red+Green+Blue) = 238+159+188=585 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.68% from 585); Green value is 159 (62.5% from 255 or 27.18% from 585); Blue value is 188 (73.83% from 255 or 32.14% from 585); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9FBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE9FBC is #116043. Grayscale: #B9B9B9. Windows color (decimal): -1138756 or 12361710. OLE color: 12361710.
HSL color Cylindrical-coordinate representation of color #EE9FBC: hue angle of 337.97º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EE9FBC is Cyan = 0, Magento = 0.33, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 159 | 188 | - |
CMYK | 0 | 0.33 | 0.21 | 0.07 |
HSL | 337.97º | 0.7% | 0.78% | - |
HSV(B) | 337.97º | 0.33% | 0.93% | - |
XYZ | 56.74 | 46.6 | 53.58 | - |
YUV | 185.93 | 129.17 | 165.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 159 | 188 | 0 | 0.33 | 0.21 | 0.07 | 337.97 | 0.7 | 0.78 |
Hex | EE | 9F | BC | 0 | 21 | 15 | 7 | 152 | 46 | 4E |
Octal | 356 | 237 | 274 | 0 | 41 | 25 | 7 | 522 | 106 | 116 |
Binary | 11101110 | 10011111 | 10111100 | 0 | 100001 | 10101 | 111 | 101010010 | 1000110 | 1001110 |
Color Harmonies of #EE9FBC
Complementary color
Monochromatic Colors of #EE9FBC
Black with #EE9FBC
Text Example
Text Example
White with #EE9FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9FBC; }
p { color: rgb(238,159,188); }
H1.HeaderClassName
{
color: #EE9FBC;
}
.AnyTagClassName
{
color: #EE9FBC;
}
</style>
background-color css
<style>
a { background-color: #EE9FBC; }
a { background-color: rgb(238,159,188); }
div.DivClassName
{
background-color: #EE9FBC;
}
.BgClassName
{
background-color: #EE9FBC;
}
</style>
border-color css
<style>
span { border-color: #EE9FBC; }
span { border-color: rgb(238,159,188); }
td.TdClassName
{
border-color: #EE9FBC;
}
.TagClassName
{
border-color: #EE9FBC;
}
</style>