Shades of Shocking #EF9EC0
Tints of Shocking #EF9EC0
RGB
CMYK
RGB Variations
Color information
#EF9EC0 (or 0xEF9EC0) is known color: Shocking. HEX triplet: EF, 9E and C0. RGB value is (239,158,192). Sum of RGB (Red+Green+Blue) = 239+158+192=589 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.58% from 589); Green value is 158 (62.11% from 255 or 26.83% from 589); Blue value is 192 (75.39% from 255 or 32.60% from 589); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9EC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9EC0 is #10613F. Grayscale: #BABABA. Windows color (decimal): -1073472 or 12623599. OLE color: 12623599.
HSL color Cylindrical-coordinate representation of color #EF9EC0: hue angle of 334.81º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EF9EC0 is Cyan = 0, Magento = 0.34, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 158 | 192 | - |
| CMYK | 0 | 0.34 | 0.20 | 0.06 |
| HSL | 334.81º | 0.72% | 0.78% | - |
| HSV(B) | 334.81º | 0.34% | 0.94% | - |
| XYZ | 57.34 | 46.61 | 55.84 | - |
| YUV | 186.1 | 131.34 | 165.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 158 | 192 | 0 | 0.34 | 0.20 | 0.06 | 334.81 | 0.72 | 0.78 |
| Hex | EF | 9E | C0 | 0 | 22 | 14 | 6 | 14F | 48 | 4E |
| Octal | 357 | 236 | 300 | 0 | 42 | 24 | 6 | 517 | 110 | 116 |
| Binary | 11101111 | 10011110 | 11000000 | 0 | 100010 | 10100 | 110 | 101001111 | 1001000 | 1001110 |
Color Harmonies of #EF9EC0
Complementary color
Monochromatic Colors of #EF9EC0
Black with #EF9EC0
Text Example
Text Example
White with #EF9EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9EC0; }
p { color: rgb(239,158,192); }
H1.HeaderClassName
{
color: #EF9EC0;
}
.AnyTagClassName
{
color: #EF9EC0;
}
</style>
background-color css
<style>
a { background-color: #EF9EC0; }
a { background-color: rgb(239,158,192); }
div.DivClassName
{
background-color: #EF9EC0;
}
.BgClassName
{
background-color: #EF9EC0;
}
</style>
border-color css
<style>
span { border-color: #EF9EC0; }
span { border-color: rgb(239,158,192); }
td.TdClassName
{
border-color: #EF9EC0;
}
.TagClassName
{
border-color: #EF9EC0;
}
</style>