Shades of Shocking #EE94BC
Tints of Shocking #EE94BC
RGB
CMYK
RGB Variations
Color information
#EE94BC (or 0xEE94BC) is known color: Shocking. HEX triplet: EE, 94 and BC. RGB value is (238,148,188). Sum of RGB (Red+Green+Blue) = 238+148+188=574 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.46% from 574); Green value is 148 (58.20% from 255 or 25.78% from 574); Blue value is 188 (73.83% from 255 or 32.75% from 574); Max value from RGB is 238 - color contains mainly: red. Hex color #EE94BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE94BC is #116B43. Grayscale: #B3B3B3. Windows color (decimal): -1141572 or 12358894. OLE color: 12358894.
HSL color Cylindrical-coordinate representation of color #EE94BC: hue angle of 333.33º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EE94BC is Cyan = 0, Magento = 0.38, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 148 | 188 | - |
| CMYK | 0 | 0.38 | 0.21 | 0.07 |
| HSL | 333.33º | 0.73% | 0.76% | - |
| HSV(B) | 333.33º | 0.38% | 0.93% | - |
| XYZ | 54.93 | 42.99 | 52.98 | - |
| YUV | 179.47 | 132.82 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 148 | 188 | 0 | 0.38 | 0.21 | 0.07 | 333.33 | 0.73 | 0.76 |
| Hex | EE | 94 | BC | 0 | 26 | 15 | 7 | 14D | 49 | 4C |
| Octal | 356 | 224 | 274 | 0 | 46 | 25 | 7 | 515 | 111 | 114 |
| Binary | 11101110 | 10010100 | 10111100 | 0 | 100110 | 10101 | 111 | 101001101 | 1001001 | 1001100 |
Color Harmonies of #EE94BC
Complementary color
Monochromatic Colors of #EE94BC
Black with #EE94BC
Text Example
Text Example
White with #EE94BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE94BC; }
p { color: rgb(238,148,188); }
H1.HeaderClassName
{
color: #EE94BC;
}
.AnyTagClassName
{
color: #EE94BC;
}
</style>
background-color css
<style>
a { background-color: #EE94BC; }
a { background-color: rgb(238,148,188); }
div.DivClassName
{
background-color: #EE94BC;
}
.BgClassName
{
background-color: #EE94BC;
}
</style>
border-color css
<style>
span { border-color: #EE94BC; }
span { border-color: rgb(238,148,188); }
td.TdClassName
{
border-color: #EE94BC;
}
.TagClassName
{
border-color: #EE94BC;
}
</style>