Shades of Shocking #EF8FC0
Tints of Shocking #EF8FC0
RGB
CMYK
RGB Variations
Color information
#EF8FC0 (or 0xEF8FC0) is known color: Shocking. HEX triplet: EF, 8F and C0. RGB value is (239,143,192). Sum of RGB (Red+Green+Blue) = 239+143+192=574 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.64% from 574); Green value is 143 (56.25% from 255 or 24.91% from 574); Blue value is 192 (75.39% from 255 or 33.45% from 574); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8FC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8FC0 is #10703F. Grayscale: #B1B1B1. Windows color (decimal): -1077312 or 12619759. OLE color: 12619759.
HSL color Cylindrical-coordinate representation of color #EF8FC0: hue angle of 329.38º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EF8FC0 is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 143 | 192 | - |
| CMYK | 0 | 0.40 | 0.20 | 0.06 |
| HSL | 329.38º | 0.75% | 0.75% | - |
| HSV(B) | 329.38º | 0.4% | 0.94% | - |
| XYZ | 54.93 | 41.8 | 55.04 | - |
| YUV | 177.29 | 136.3 | 172.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 143 | 192 | 0 | 0.40 | 0.20 | 0.06 | 329.38 | 0.75 | 0.75 |
| Hex | EF | 8F | C0 | 0 | 28 | 14 | 6 | 149 | 4B | 4B |
| Octal | 357 | 217 | 300 | 0 | 50 | 24 | 6 | 511 | 113 | 113 |
| Binary | 11101111 | 10001111 | 11000000 | 0 | 101000 | 10100 | 110 | 101001001 | 1001011 | 1001011 |
Color Harmonies of #EF8FC0
Complementary color
Monochromatic Colors of #EF8FC0
Black with #EF8FC0
Text Example
Text Example
White with #EF8FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8FC0; }
p { color: rgb(239,143,192); }
H1.HeaderClassName
{
color: #EF8FC0;
}
.AnyTagClassName
{
color: #EF8FC0;
}
</style>
background-color css
<style>
a { background-color: #EF8FC0; }
a { background-color: rgb(239,143,192); }
div.DivClassName
{
background-color: #EF8FC0;
}
.BgClassName
{
background-color: #EF8FC0;
}
</style>
border-color css
<style>
span { border-color: #EF8FC0; }
span { border-color: rgb(239,143,192); }
td.TdClassName
{
border-color: #EF8FC0;
}
.TagClassName
{
border-color: #EF8FC0;
}
</style>