Shades of Shocking #EE90BB
Tints of Shocking #EE90BB
RGB
CMYK
RGB Variations
Color information
#EE90BB (or 0xEE90BB) is known color: Shocking. HEX triplet: EE, 90 and BB. RGB value is (238,144,187). Sum of RGB (Red+Green+Blue) = 238+144+187=569 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.83% from 569); Green value is 144 (56.64% from 255 or 25.31% from 569); Blue value is 187 (73.44% from 255 or 32.86% from 569); Max value from RGB is 238 - color contains mainly: red. Hex color #EE90BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE90BB is #116F44. Grayscale: #B0B0B0. Windows color (decimal): -1142597 or 12292334. OLE color: 12292334.
HSL color Cylindrical-coordinate representation of color #EE90BB: hue angle of 332.55º 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 #EE90BB is Cyan = 0, Magento = 0.39, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 144 | 187 | - |
| CMYK | 0 | 0.39 | 0.21 | 0.07 |
| HSL | 332.55º | 0.73% | 0.75% | - |
| HSV(B) | 332.55º | 0.39% | 0.93% | - |
| XYZ | 54.2 | 41.71 | 52.21 | - |
| YUV | 177.01 | 133.64 | 171.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 144 | 187 | 0 | 0.39 | 0.21 | 0.07 | 332.55 | 0.73 | 0.75 |
| Hex | EE | 90 | BB | 0 | 27 | 15 | 7 | 14D | 49 | 4B |
| Octal | 356 | 220 | 273 | 0 | 47 | 25 | 7 | 515 | 111 | 113 |
| Binary | 11101110 | 10010000 | 10111011 | 0 | 100111 | 10101 | 111 | 101001101 | 1001001 | 1001011 |
Color Harmonies of #EE90BB
Complementary color
Monochromatic Colors of #EE90BB
Black with #EE90BB
Text Example
Text Example
White with #EE90BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE90BB; }
p { color: rgb(238,144,187); }
H1.HeaderClassName
{
color: #EE90BB;
}
.AnyTagClassName
{
color: #EE90BB;
}
</style>
background-color css
<style>
a { background-color: #EE90BB; }
a { background-color: rgb(238,144,187); }
div.DivClassName
{
background-color: #EE90BB;
}
.BgClassName
{
background-color: #EE90BB;
}
</style>
border-color css
<style>
span { border-color: #EE90BB; }
span { border-color: rgb(238,144,187); }
td.TdClassName
{
border-color: #EE90BB;
}
.TagClassName
{
border-color: #EE90BB;
}
</style>