Shades of Shocking #EFA1BD
Tints of Shocking #EFA1BD
RGB
CMYK
RGB Variations
Color information
#EFA1BD (or 0xEFA1BD) is known color: Shocking. HEX triplet: EF, A1 and BD. RGB value is (239,161,189). Sum of RGB (Red+Green+Blue) = 239+161+189=589 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.58% from 589); Green value is 161 (63.28% from 255 or 27.33% from 589); Blue value is 189 (74.22% from 255 or 32.09% from 589); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA1BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA1BD is #105E42. Grayscale: #BBBBBB. Windows color (decimal): -1072707 or 12427759. OLE color: 12427759.
HSL color Cylindrical-coordinate representation of color #EFA1BD: hue angle of 338.46º 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 #EFA1BD is Cyan = 0, Magento = 0.33, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 161 | 189 | - |
| CMYK | 0 | 0.33 | 0.21 | 0.06 |
| HSL | 338.46º | 0.71% | 0.78% | - |
| HSV(B) | 338.46º | 0.33% | 0.94% | - |
| XYZ | 57.53 | 47.51 | 54.28 | - |
| YUV | 187.51 | 128.84 | 164.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 161 | 189 | 0 | 0.33 | 0.21 | 0.06 | 338.46 | 0.71 | 0.78 |
| Hex | EF | A1 | BD | 0 | 21 | 15 | 6 | 152 | 47 | 4E |
| Octal | 357 | 241 | 275 | 0 | 41 | 25 | 6 | 522 | 107 | 116 |
| Binary | 11101111 | 10100001 | 10111101 | 0 | 100001 | 10101 | 110 | 101010010 | 1000111 | 1001110 |
Color Harmonies of #EFA1BD
Complementary color
Monochromatic Colors of #EFA1BD
Black with #EFA1BD
Text Example
Text Example
White with #EFA1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA1BD; }
p { color: rgb(239,161,189); }
H1.HeaderClassName
{
color: #EFA1BD;
}
.AnyTagClassName
{
color: #EFA1BD;
}
</style>
background-color css
<style>
a { background-color: #EFA1BD; }
a { background-color: rgb(239,161,189); }
div.DivClassName
{
background-color: #EFA1BD;
}
.BgClassName
{
background-color: #EFA1BD;
}
</style>
border-color css
<style>
span { border-color: #EFA1BD; }
span { border-color: rgb(239,161,189); }
td.TdClassName
{
border-color: #EFA1BD;
}
.TagClassName
{
border-color: #EFA1BD;
}
</style>