Shades of Shocking #EFA1C1
Tints of Shocking #EFA1C1
RGB
CMYK
RGB Variations
Color information
#EFA1C1 (or 0xEFA1C1) is known color: Shocking. HEX triplet: EF, A1 and C1. RGB value is (239,161,193). Sum of RGB (Red+Green+Blue) = 239+161+193=593 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.30% from 593); Green value is 161 (63.28% from 255 or 27.15% from 593); Blue value is 193 (75.78% from 255 or 32.55% from 593); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA1C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA1C1 is #105E3E. Grayscale: #BBBBBB. Windows color (decimal): -1072703 or 12689903. OLE color: 12689903.
HSL color Cylindrical-coordinate representation of color #EFA1C1: hue angle of 335.38º 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 #EFA1C1 is Cyan = 0, Magento = 0.33, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 161 | 193 | - |
| CMYK | 0 | 0.33 | 0.19 | 0.06 |
| HSL | 335.38º | 0.71% | 0.78% | - |
| HSV(B) | 335.38º | 0.33% | 0.94% | - |
| XYZ | 57.97 | 47.69 | 56.6 | - |
| YUV | 187.97 | 130.84 | 164.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 161 | 193 | 0 | 0.33 | 0.19 | 0.06 | 335.38 | 0.71 | 0.78 |
| Hex | EF | A1 | C1 | 0 | 21 | 13 | 6 | 14F | 47 | 4E |
| Octal | 357 | 241 | 301 | 0 | 41 | 23 | 6 | 517 | 107 | 116 |
| Binary | 11101111 | 10100001 | 11000001 | 0 | 100001 | 10011 | 110 | 101001111 | 1000111 | 1001110 |
Color Harmonies of #EFA1C1
Complementary color
Monochromatic Colors of #EFA1C1
Black with #EFA1C1
Text Example
Text Example
White with #EFA1C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA1C1; }
p { color: rgb(239,161,193); }
H1.HeaderClassName
{
color: #EFA1C1;
}
.AnyTagClassName
{
color: #EFA1C1;
}
</style>
background-color css
<style>
a { background-color: #EFA1C1; }
a { background-color: rgb(239,161,193); }
div.DivClassName
{
background-color: #EFA1C1;
}
.BgClassName
{
background-color: #EFA1C1;
}
</style>
border-color css
<style>
span { border-color: #EFA1C1; }
span { border-color: rgb(239,161,193); }
td.TdClassName
{
border-color: #EFA1C1;
}
.TagClassName
{
border-color: #EFA1C1;
}
</style>