Shades of Shocking #EF8EC0
Tints of Shocking #EF8EC0
RGB
CMYK
RGB Variations
Color information
#EF8EC0 (or 0xEF8EC0) is known color: Shocking. HEX triplet: EF, 8E and C0. RGB value is (239,142,192). Sum of RGB (Red+Green+Blue) = 239+142+192=573 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.71% from 573); Green value is 142 (55.86% from 255 or 24.78% from 573); Blue value is 192 (75.39% from 255 or 33.51% from 573); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8EC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8EC0 is #10713F. Grayscale: #B0B0B0. Windows color (decimal): -1077568 or 12619503. OLE color: 12619503.
HSL color Cylindrical-coordinate representation of color #EF8EC0: hue angle of 329.07º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EF8EC0 is Cyan = 0, Magento = 0.41, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 142 | 192 | - |
| CMYK | 0 | 0.41 | 0.20 | 0.06 |
| HSL | 329.07º | 0.75% | 0.75% | - |
| HSV(B) | 329.07º | 0.41% | 0.94% | - |
| XYZ | 54.78 | 41.5 | 54.99 | - |
| YUV | 176.7 | 136.64 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 142 | 192 | 0 | 0.41 | 0.20 | 0.06 | 329.07 | 0.75 | 0.75 |
| Hex | EF | 8E | C0 | 0 | 29 | 14 | 6 | 149 | 4B | 4B |
| Octal | 357 | 216 | 300 | 0 | 51 | 24 | 6 | 511 | 113 | 113 |
| Binary | 11101111 | 10001110 | 11000000 | 0 | 101001 | 10100 | 110 | 101001001 | 1001011 | 1001011 |
Color Harmonies of #EF8EC0
Complementary color
Monochromatic Colors of #EF8EC0
Black with #EF8EC0
Text Example
Text Example
White with #EF8EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8EC0; }
p { color: rgb(239,142,192); }
H1.HeaderClassName
{
color: #EF8EC0;
}
.AnyTagClassName
{
color: #EF8EC0;
}
</style>
background-color css
<style>
a { background-color: #EF8EC0; }
a { background-color: rgb(239,142,192); }
div.DivClassName
{
background-color: #EF8EC0;
}
.BgClassName
{
background-color: #EF8EC0;
}
</style>
border-color css
<style>
span { border-color: #EF8EC0; }
span { border-color: rgb(239,142,192); }
td.TdClassName
{
border-color: #EF8EC0;
}
.TagClassName
{
border-color: #EF8EC0;
}
</style>