Shades of Shocking #EFA0BD
Tints of Shocking #EFA0BD
RGB
CMYK
RGB Variations
Color information
#EFA0BD (or 0xEFA0BD) is known color: Shocking. HEX triplet: EF, A0 and BD. RGB value is (239,160,189). Sum of RGB (Red+Green+Blue) = 239+160+189=588 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.65% from 588); Green value is 160 (62.89% from 255 or 27.21% from 588); Blue value is 189 (74.22% from 255 or 32.14% from 588); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA0BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA0BD is #105F42. Grayscale: #BABABA. Windows color (decimal): -1072963 or 12427503. OLE color: 12427503.
HSL color Cylindrical-coordinate representation of color #EFA0BD: hue angle of 337.97º 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 #EFA0BD is Cyan = 0, Magento = 0.33, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 160 | 189 | - |
| CMYK | 0 | 0.33 | 0.21 | 0.06 |
| HSL | 337.97º | 0.71% | 0.78% | - |
| HSV(B) | 337.97º | 0.33% | 0.94% | - |
| XYZ | 57.35 | 47.17 | 54.23 | - |
| YUV | 186.93 | 129.17 | 165.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 160 | 189 | 0 | 0.33 | 0.21 | 0.06 | 337.97 | 0.71 | 0.78 |
| Hex | EF | A0 | BD | 0 | 21 | 15 | 6 | 152 | 47 | 4E |
| Octal | 357 | 240 | 275 | 0 | 41 | 25 | 6 | 522 | 107 | 116 |
| Binary | 11101111 | 10100000 | 10111101 | 0 | 100001 | 10101 | 110 | 101010010 | 1000111 | 1001110 |
Color Harmonies of #EFA0BD
Complementary color
Monochromatic Colors of #EFA0BD
Black with #EFA0BD
Text Example
Text Example
White with #EFA0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA0BD; }
p { color: rgb(239,160,189); }
H1.HeaderClassName
{
color: #EFA0BD;
}
.AnyTagClassName
{
color: #EFA0BD;
}
</style>
background-color css
<style>
a { background-color: #EFA0BD; }
a { background-color: rgb(239,160,189); }
div.DivClassName
{
background-color: #EFA0BD;
}
.BgClassName
{
background-color: #EFA0BD;
}
</style>
border-color css
<style>
span { border-color: #EFA0BD; }
span { border-color: rgb(239,160,189); }
td.TdClassName
{
border-color: #EFA0BD;
}
.TagClassName
{
border-color: #EFA0BD;
}
</style>