Shades of Shocking #EE93BF
Tints of Shocking #EE93BF
RGB
CMYK
RGB Variations
Color information
#EE93BF (or 0xEE93BF) is known color: Shocking. HEX triplet: EE, 93 and BF. RGB value is (238,147,191). Sum of RGB (Red+Green+Blue) = 238+147+191=576 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.32% from 576); Green value is 147 (57.81% from 255 or 25.52% from 576); Blue value is 191 (75% from 255 or 33.16% from 576); Max value from RGB is 238 - color contains mainly: red. Hex color #EE93BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE93BF is #116C40. Grayscale: #B3B3B3. Windows color (decimal): -1141825 or 12555246. OLE color: 12555246.
HSL color Cylindrical-coordinate representation of color #EE93BF: hue angle of 330.99º 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 #EE93BF is Cyan = 0, Magento = 0.38, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 147 | 191 | - |
| CMYK | 0 | 0.38 | 0.20 | 0.07 |
| HSL | 330.99º | 0.73% | 0.75% | - |
| HSV(B) | 330.99º | 0.38% | 0.93% | - |
| XYZ | 55.1 | 42.81 | 54.65 | - |
| YUV | 179.23 | 134.65 | 169.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 147 | 191 | 0 | 0.38 | 0.20 | 0.07 | 330.99 | 0.73 | 0.75 |
| Hex | EE | 93 | BF | 0 | 26 | 14 | 7 | 14B | 49 | 4B |
| Octal | 356 | 223 | 277 | 0 | 46 | 24 | 7 | 513 | 111 | 113 |
| Binary | 11101110 | 10010011 | 10111111 | 0 | 100110 | 10100 | 111 | 101001011 | 1001001 | 1001011 |
Color Harmonies of #EE93BF
Complementary color
Monochromatic Colors of #EE93BF
Black with #EE93BF
Text Example
Text Example
White with #EE93BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE93BF; }
p { color: rgb(238,147,191); }
H1.HeaderClassName
{
color: #EE93BF;
}
.AnyTagClassName
{
color: #EE93BF;
}
</style>
background-color css
<style>
a { background-color: #EE93BF; }
a { background-color: rgb(238,147,191); }
div.DivClassName
{
background-color: #EE93BF;
}
.BgClassName
{
background-color: #EE93BF;
}
</style>
border-color css
<style>
span { border-color: #EE93BF; }
span { border-color: rgb(238,147,191); }
td.TdClassName
{
border-color: #EE93BF;
}
.TagClassName
{
border-color: #EE93BF;
}
</style>