Shades of Shocking #EFA1C5
Tints of Shocking #EFA1C5
RGB
CMYK
RGB Variations
Color information
#EFA1C5 (or 0xEFA1C5) is known color: Shocking. HEX triplet: EF, A1 and C5. RGB value is (239,161,197). Sum of RGB (Red+Green+Blue) = 239+161+197=597 (79% of max value = 765). Red value is 239 (93.75% from 255 or 40.03% from 597); Green value is 161 (63.28% from 255 or 26.97% from 597); Blue value is 197 (77.34% from 255 or 33.00% from 597); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA1C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA1C5 is #105E3A. Grayscale: #BCBCBC. Windows color (decimal): -1072699 or 12952047. OLE color: 12952047.
HSL color Cylindrical-coordinate representation of color #EFA1C5: hue angle of 332.31º 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 #EFA1C5 is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 161 | 197 | - |
| CMYK | 0 | 0.33 | 0.18 | 0.06 |
| HSL | 332.31º | 0.71% | 0.78% | - |
| HSV(B) | 332.31º | 0.33% | 0.94% | - |
| XYZ | 58.42 | 47.87 | 58.98 | - |
| YUV | 188.43 | 132.84 | 164.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 161 | 197 | 0 | 0.33 | 0.18 | 0.06 | 332.31 | 0.71 | 0.78 |
| Hex | EF | A1 | C5 | 0 | 21 | 12 | 6 | 14C | 47 | 4E |
| Octal | 357 | 241 | 305 | 0 | 41 | 22 | 6 | 514 | 107 | 116 |
| Binary | 11101111 | 10100001 | 11000101 | 0 | 100001 | 10010 | 110 | 101001100 | 1000111 | 1001110 |
Color Harmonies of #EFA1C5
Complementary color
Monochromatic Colors of #EFA1C5
Black with #EFA1C5
Text Example
Text Example
White with #EFA1C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA1C5; }
p { color: rgb(239,161,197); }
H1.HeaderClassName
{
color: #EFA1C5;
}
.AnyTagClassName
{
color: #EFA1C5;
}
</style>
background-color css
<style>
a { background-color: #EFA1C5; }
a { background-color: rgb(239,161,197); }
div.DivClassName
{
background-color: #EFA1C5;
}
.BgClassName
{
background-color: #EFA1C5;
}
</style>
border-color css
<style>
span { border-color: #EFA1C5; }
span { border-color: rgb(239,161,197); }
td.TdClassName
{
border-color: #EFA1C5;
}
.TagClassName
{
border-color: #EFA1C5;
}
</style>