Shades of Shocking #EE91BB
Tints of Shocking #EE91BB
RGB
CMYK
RGB Variations
Color information
#EE91BB (or 0xEE91BB) is known color: Shocking. HEX triplet: EE, 91 and BB. RGB value is (238,145,187). Sum of RGB (Red+Green+Blue) = 238+145+187=570 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.75% from 570); Green value is 145 (57.03% from 255 or 25.44% from 570); Blue value is 187 (73.44% from 255 or 32.81% from 570); Max value from RGB is 238 - color contains mainly: red. Hex color #EE91BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE91BB is #116E44. Grayscale: #B1B1B1. Windows color (decimal): -1142341 or 12292590. OLE color: 12292590.
HSL color Cylindrical-coordinate representation of color #EE91BB: hue angle of 332.9º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EE91BB is Cyan = 0, Magento = 0.39, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 145 | 187 | - |
| CMYK | 0 | 0.39 | 0.21 | 0.07 |
| HSL | 332.9º | 0.73% | 0.75% | - |
| HSV(B) | 332.9º | 0.39% | 0.93% | - |
| XYZ | 54.35 | 42.02 | 52.26 | - |
| YUV | 177.6 | 133.31 | 171.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 145 | 187 | 0 | 0.39 | 0.21 | 0.07 | 332.9 | 0.73 | 0.75 |
| Hex | EE | 91 | BB | 0 | 27 | 15 | 7 | 14D | 49 | 4B |
| Octal | 356 | 221 | 273 | 0 | 47 | 25 | 7 | 515 | 111 | 113 |
| Binary | 11101110 | 10010001 | 10111011 | 0 | 100111 | 10101 | 111 | 101001101 | 1001001 | 1001011 |
Color Harmonies of #EE91BB
Complementary color
Monochromatic Colors of #EE91BB
Black with #EE91BB
Text Example
Text Example
White with #EE91BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE91BB; }
p { color: rgb(238,145,187); }
H1.HeaderClassName
{
color: #EE91BB;
}
.AnyTagClassName
{
color: #EE91BB;
}
</style>
background-color css
<style>
a { background-color: #EE91BB; }
a { background-color: rgb(238,145,187); }
div.DivClassName
{
background-color: #EE91BB;
}
.BgClassName
{
background-color: #EE91BB;
}
</style>
border-color css
<style>
span { border-color: #EE91BB; }
span { border-color: rgb(238,145,187); }
td.TdClassName
{
border-color: #EE91BB;
}
.TagClassName
{
border-color: #EE91BB;
}
</style>