Shades of Shocking #EE93C9
Tints of Shocking #EE93C9
RGB
CMYK
RGB Variations
Color information
#EE93C9 (or 0xEE93C9) is known color: Shocking. HEX triplet: EE, 93 and C9. RGB value is (238,147,201). Sum of RGB (Red+Green+Blue) = 238+147+201=586 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.61% from 586); Green value is 147 (57.81% from 255 or 25.09% from 586); Blue value is 201 (78.91% from 255 or 34.30% from 586); Max value from RGB is 238 - color contains mainly: red. Hex color #EE93C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE93C9 is #116C36. Grayscale: #B4B4B4. Windows color (decimal): -1141815 or 13210606. OLE color: 13210606.
HSL color Cylindrical-coordinate representation of color #EE93C9: hue angle of 324.4º 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 #EE93C9 is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 147 | 201 | - |
| CMYK | 0 | 0.38 | 0.16 | 0.07 |
| HSL | 324.4º | 0.73% | 0.75% | - |
| HSV(B) | 324.4º | 0.38% | 0.93% | - |
| XYZ | 56.24 | 43.26 | 60.64 | - |
| YUV | 180.37 | 139.65 | 169.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 147 | 201 | 0 | 0.38 | 0.16 | 0.07 | 324.4 | 0.73 | 0.75 |
| Hex | EE | 93 | C9 | 0 | 26 | 10 | 7 | 144 | 49 | 4B |
| Octal | 356 | 223 | 311 | 0 | 46 | 20 | 7 | 504 | 111 | 113 |
| Binary | 11101110 | 10010011 | 11001001 | 0 | 100110 | 10000 | 111 | 101000100 | 1001001 | 1001011 |
Color Harmonies of #EE93C9
Complementary color
Monochromatic Colors of #EE93C9
Black with #EE93C9
Text Example
Text Example
White with #EE93C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE93C9; }
p { color: rgb(238,147,201); }
H1.HeaderClassName
{
color: #EE93C9;
}
.AnyTagClassName
{
color: #EE93C9;
}
</style>
background-color css
<style>
a { background-color: #EE93C9; }
a { background-color: rgb(238,147,201); }
div.DivClassName
{
background-color: #EE93C9;
}
.BgClassName
{
background-color: #EE93C9;
}
</style>
border-color css
<style>
span { border-color: #EE93C9; }
span { border-color: rgb(238,147,201); }
td.TdClassName
{
border-color: #EE93C9;
}
.TagClassName
{
border-color: #EE93C9;
}
</style>