Shades of Shocking #EFA4C0
Tints of Shocking #EFA4C0
RGB
CMYK
RGB Variations
Color information
#EFA4C0 (or 0xEFA4C0) is known color: Shocking. HEX triplet: EF, A4 and C0. RGB value is (239,164,192). Sum of RGB (Red+Green+Blue) = 239+164+192=595 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.17% from 595); Green value is 164 (64.45% from 255 or 27.56% from 595); Blue value is 192 (75.39% from 255 or 32.27% from 595); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA4C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA4C0 is #105B3F. Grayscale: #BDBDBD. Windows color (decimal): -1071936 or 12625135. OLE color: 12625135.
HSL color Cylindrical-coordinate representation of color #EFA4C0: hue angle of 337.6º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EFA4C0 is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 164 | 192 | - |
| CMYK | 0 | 0.31 | 0.20 | 0.06 |
| HSL | 337.6º | 0.7% | 0.79% | - |
| HSV(B) | 337.6º | 0.31% | 0.94% | - |
| XYZ | 58.39 | 48.71 | 56.19 | - |
| YUV | 189.62 | 129.35 | 163.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 164 | 192 | 0 | 0.31 | 0.20 | 0.06 | 337.6 | 0.7 | 0.79 |
| Hex | EF | A4 | C0 | 0 | 1F | 14 | 6 | 152 | 46 | 4F |
| Octal | 357 | 244 | 300 | 0 | 37 | 24 | 6 | 522 | 106 | 117 |
| Binary | 11101111 | 10100100 | 11000000 | 0 | 11111 | 10100 | 110 | 101010010 | 1000110 | 1001111 |
Color Harmonies of #EFA4C0
Complementary color
Monochromatic Colors of #EFA4C0
Black with #EFA4C0
Text Example
Text Example
White with #EFA4C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA4C0; }
p { color: rgb(239,164,192); }
H1.HeaderClassName
{
color: #EFA4C0;
}
.AnyTagClassName
{
color: #EFA4C0;
}
</style>
background-color css
<style>
a { background-color: #EFA4C0; }
a { background-color: rgb(239,164,192); }
div.DivClassName
{
background-color: #EFA4C0;
}
.BgClassName
{
background-color: #EFA4C0;
}
</style>
border-color css
<style>
span { border-color: #EFA4C0; }
span { border-color: rgb(239,164,192); }
td.TdClassName
{
border-color: #EFA4C0;
}
.TagClassName
{
border-color: #EFA4C0;
}
</style>