Shades of Shocking #EE90BC
Tints of Shocking #EE90BC
RGB
CMYK
RGB Variations
Color information
#EE90BC (or 0xEE90BC) is known color: Shocking. HEX triplet: EE, 90 and BC. RGB value is (238,144,188). Sum of RGB (Red+Green+Blue) = 238+144+188=570 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.75% from 570); Green value is 144 (56.64% from 255 or 25.26% from 570); Blue value is 188 (73.83% from 255 or 32.98% from 570); Max value from RGB is 238 - color contains mainly: red. Hex color #EE90BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE90BC is #116F43. Grayscale: #B1B1B1. Windows color (decimal): -1142596 or 12357870. OLE color: 12357870.
HSL color Cylindrical-coordinate representation of color #EE90BC: hue angle of 331.91º 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 #EE90BC is Cyan = 0, Magento = 0.39, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 144 | 188 | - |
| CMYK | 0 | 0.39 | 0.21 | 0.07 |
| HSL | 331.91º | 0.73% | 0.75% | - |
| HSV(B) | 331.91º | 0.39% | 0.93% | - |
| XYZ | 54.31 | 41.75 | 52.77 | - |
| YUV | 177.12 | 134.14 | 171.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 144 | 188 | 0 | 0.39 | 0.21 | 0.07 | 331.91 | 0.73 | 0.75 |
| Hex | EE | 90 | BC | 0 | 27 | 15 | 7 | 14C | 49 | 4B |
| Octal | 356 | 220 | 274 | 0 | 47 | 25 | 7 | 514 | 111 | 113 |
| Binary | 11101110 | 10010000 | 10111100 | 0 | 100111 | 10101 | 111 | 101001100 | 1001001 | 1001011 |
Color Harmonies of #EE90BC
Complementary color
Monochromatic Colors of #EE90BC
Black with #EE90BC
Text Example
Text Example
White with #EE90BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE90BC; }
p { color: rgb(238,144,188); }
H1.HeaderClassName
{
color: #EE90BC;
}
.AnyTagClassName
{
color: #EE90BC;
}
</style>
background-color css
<style>
a { background-color: #EE90BC; }
a { background-color: rgb(238,144,188); }
div.DivClassName
{
background-color: #EE90BC;
}
.BgClassName
{
background-color: #EE90BC;
}
</style>
border-color css
<style>
span { border-color: #EE90BC; }
span { border-color: rgb(238,144,188); }
td.TdClassName
{
border-color: #EE90BC;
}
.TagClassName
{
border-color: #EE90BC;
}
</style>