Shades of Shocking #EE96BA
Tints of Shocking #EE96BA
RGB
CMYK
RGB Variations
Color information
#EE96BA (or 0xEE96BA) is known color: Shocking. HEX triplet: EE, 96 and BA. RGB value is (238,150,186). Sum of RGB (Red+Green+Blue) = 238+150+186=574 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.46% from 574); Green value is 150 (58.98% from 255 or 26.13% from 574); Blue value is 186 (73.05% from 255 or 32.40% from 574); Max value from RGB is 238 - color contains mainly: red. Hex color #EE96BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE96BA is #116945. Grayscale: #B4B4B4. Windows color (decimal): -1141062 or 12228334. OLE color: 12228334.
HSL color Cylindrical-coordinate representation of color #EE96BA: hue angle of 335.45º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EE96BA is Cyan = 0, Magento = 0.37, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 150 | 186 | - |
| CMYK | 0 | 0.37 | 0.22 | 0.07 |
| HSL | 335.45º | 0.72% | 0.76% | - |
| HSV(B) | 335.45º | 0.37% | 0.93% | - |
| XYZ | 55.03 | 43.54 | 51.96 | - |
| YUV | 180.42 | 131.15 | 169.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 150 | 186 | 0 | 0.37 | 0.22 | 0.07 | 335.45 | 0.72 | 0.76 |
| Hex | EE | 96 | BA | 0 | 25 | 16 | 7 | 14F | 48 | 4C |
| Octal | 356 | 226 | 272 | 0 | 45 | 26 | 7 | 517 | 110 | 114 |
| Binary | 11101110 | 10010110 | 10111010 | 0 | 100101 | 10110 | 111 | 101001111 | 1001000 | 1001100 |
Color Harmonies of #EE96BA
Complementary color
Monochromatic Colors of #EE96BA
Black with #EE96BA
Text Example
Text Example
White with #EE96BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE96BA; }
p { color: rgb(238,150,186); }
H1.HeaderClassName
{
color: #EE96BA;
}
.AnyTagClassName
{
color: #EE96BA;
}
</style>
background-color css
<style>
a { background-color: #EE96BA; }
a { background-color: rgb(238,150,186); }
div.DivClassName
{
background-color: #EE96BA;
}
.BgClassName
{
background-color: #EE96BA;
}
</style>
border-color css
<style>
span { border-color: #EE96BA; }
span { border-color: rgb(238,150,186); }
td.TdClassName
{
border-color: #EE96BA;
}
.TagClassName
{
border-color: #EE96BA;
}
</style>