Shades of Shocking #EFA0C5
Tints of Shocking #EFA0C5
RGB
CMYK
RGB Variations
Color information
#EFA0C5 (or 0xEFA0C5) is known color: Shocking. HEX triplet: EF, A0 and C5. RGB value is (239,160,197). Sum of RGB (Red+Green+Blue) = 239+160+197=596 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.10% from 596); Green value is 160 (62.89% from 255 or 26.85% from 596); Blue value is 197 (77.34% from 255 or 33.05% from 596); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA0C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA0C5 is #105F3A. Grayscale: #BBBBBB. Windows color (decimal): -1072955 or 12951791. OLE color: 12951791.
HSL color Cylindrical-coordinate representation of color #EFA0C5: hue angle of 331.9º 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 #EFA0C5 is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 160 | 197 | - |
| CMYK | 0 | 0.33 | 0.18 | 0.06 |
| HSL | 331.9º | 0.71% | 0.78% | - |
| HSV(B) | 331.9º | 0.33% | 0.94% | - |
| XYZ | 58.25 | 47.52 | 58.93 | - |
| YUV | 187.84 | 133.17 | 164.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 160 | 197 | 0 | 0.33 | 0.18 | 0.06 | 331.9 | 0.71 | 0.78 |
| Hex | EF | A0 | C5 | 0 | 21 | 12 | 6 | 14C | 47 | 4E |
| Octal | 357 | 240 | 305 | 0 | 41 | 22 | 6 | 514 | 107 | 116 |
| Binary | 11101111 | 10100000 | 11000101 | 0 | 100001 | 10010 | 110 | 101001100 | 1000111 | 1001110 |
Color Harmonies of #EFA0C5
Complementary color
Monochromatic Colors of #EFA0C5
Black with #EFA0C5
Text Example
Text Example
White with #EFA0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA0C5; }
p { color: rgb(239,160,197); }
H1.HeaderClassName
{
color: #EFA0C5;
}
.AnyTagClassName
{
color: #EFA0C5;
}
</style>
background-color css
<style>
a { background-color: #EFA0C5; }
a { background-color: rgb(239,160,197); }
div.DivClassName
{
background-color: #EFA0C5;
}
.BgClassName
{
background-color: #EFA0C5;
}
</style>
border-color css
<style>
span { border-color: #EFA0C5; }
span { border-color: rgb(239,160,197); }
td.TdClassName
{
border-color: #EFA0C5;
}
.TagClassName
{
border-color: #EFA0C5;
}
</style>