Shades of Shocking #EFA0C0
Tints of Shocking #EFA0C0
RGB
CMYK
RGB Variations
Color information
#EFA0C0 (or 0xEFA0C0) is known color: Shocking. HEX triplet: EF, A0 and C0. RGB value is (239,160,192). Sum of RGB (Red+Green+Blue) = 239+160+192=591 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.44% from 591); Green value is 160 (62.89% from 255 or 27.07% from 591); Blue value is 192 (75.39% from 255 or 32.49% from 591); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA0C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA0C0 is #105F3F. Grayscale: #BBBBBB. Windows color (decimal): -1072960 or 12624111. OLE color: 12624111.
HSL color Cylindrical-coordinate representation of color #EFA0C0: hue angle of 335.7º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EFA0C0 is Cyan = 0, Magento = 0.33, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 160 | 192 | - |
| CMYK | 0 | 0.33 | 0.20 | 0.06 |
| HSL | 335.7º | 0.71% | 0.78% | - |
| HSV(B) | 335.7º | 0.33% | 0.94% | - |
| XYZ | 57.68 | 47.3 | 55.96 | - |
| YUV | 187.27 | 130.67 | 164.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 160 | 192 | 0 | 0.33 | 0.20 | 0.06 | 335.7 | 0.71 | 0.78 |
| Hex | EF | A0 | C0 | 0 | 21 | 14 | 6 | 150 | 47 | 4E |
| Octal | 357 | 240 | 300 | 0 | 41 | 24 | 6 | 520 | 107 | 116 |
| Binary | 11101111 | 10100000 | 11000000 | 0 | 100001 | 10100 | 110 | 101010000 | 1000111 | 1001110 |
Color Harmonies of #EFA0C0
Complementary color
Monochromatic Colors of #EFA0C0
Black with #EFA0C0
Text Example
Text Example
White with #EFA0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA0C0; }
p { color: rgb(239,160,192); }
H1.HeaderClassName
{
color: #EFA0C0;
}
.AnyTagClassName
{
color: #EFA0C0;
}
</style>
background-color css
<style>
a { background-color: #EFA0C0; }
a { background-color: rgb(239,160,192); }
div.DivClassName
{
background-color: #EFA0C0;
}
.BgClassName
{
background-color: #EFA0C0;
}
</style>
border-color css
<style>
span { border-color: #EFA0C0; }
span { border-color: rgb(239,160,192); }
td.TdClassName
{
border-color: #EFA0C0;
}
.TagClassName
{
border-color: #EFA0C0;
}
</style>