Shades of Shocking #EE93BA
Tints of Shocking #EE93BA
RGB
CMYK
RGB Variations
Color information
#EE93BA (or 0xEE93BA) is known color: Shocking. HEX triplet: EE, 93 and BA. RGB value is (238,147,186). Sum of RGB (Red+Green+Blue) = 238+147+186=571 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.68% from 571); Green value is 147 (57.81% from 255 or 25.74% from 571); Blue value is 186 (73.05% from 255 or 32.57% from 571); Max value from RGB is 238 - color contains mainly: red. Hex color #EE93BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE93BA is #116C45. Grayscale: #B2B2B2. Windows color (decimal): -1141830 or 12227566. OLE color: 12227566.
HSL color Cylindrical-coordinate representation of color #EE93BA: hue angle of 334.29º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EE93BA is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 147 | 186 | - |
| CMYK | 0 | 0.38 | 0.22 | 0.07 |
| HSL | 334.29º | 0.73% | 0.75% | - |
| HSV(B) | 334.29º | 0.38% | 0.93% | - |
| XYZ | 54.56 | 42.59 | 51.8 | - |
| YUV | 178.66 | 132.15 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 147 | 186 | 0 | 0.38 | 0.22 | 0.07 | 334.29 | 0.73 | 0.75 |
| Hex | EE | 93 | BA | 0 | 26 | 16 | 7 | 14E | 49 | 4B |
| Octal | 356 | 223 | 272 | 0 | 46 | 26 | 7 | 516 | 111 | 113 |
| Binary | 11101110 | 10010011 | 10111010 | 0 | 100110 | 10110 | 111 | 101001110 | 1001001 | 1001011 |
Color Harmonies of #EE93BA
Complementary color
Monochromatic Colors of #EE93BA
Black with #EE93BA
Text Example
Text Example
White with #EE93BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE93BA; }
p { color: rgb(238,147,186); }
H1.HeaderClassName
{
color: #EE93BA;
}
.AnyTagClassName
{
color: #EE93BA;
}
</style>
background-color css
<style>
a { background-color: #EE93BA; }
a { background-color: rgb(238,147,186); }
div.DivClassName
{
background-color: #EE93BA;
}
.BgClassName
{
background-color: #EE93BA;
}
</style>
border-color css
<style>
span { border-color: #EE93BA; }
span { border-color: rgb(238,147,186); }
td.TdClassName
{
border-color: #EE93BA;
}
.TagClassName
{
border-color: #EE93BA;
}
</style>