Shades of Shocking #EFA3BD
Tints of Shocking #EFA3BD
RGB
CMYK
RGB Variations
Color information
#EFA3BD (or 0xEFA3BD) is known color: Shocking. HEX triplet: EF, A3 and BD. RGB value is (239,163,189). Sum of RGB (Red+Green+Blue) = 239+163+189=591 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.44% from 591); Green value is 163 (64.06% from 255 or 27.58% from 591); Blue value is 189 (74.22% from 255 or 31.98% from 591); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA3BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA3BD is #105C42. Grayscale: #BCBCBC. Windows color (decimal): -1072195 or 12428271. OLE color: 12428271.
HSL color Cylindrical-coordinate representation of color #EFA3BD: hue angle of 339.47º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EFA3BD is Cyan = 0, Magento = 0.32, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 163 | 189 | - |
| CMYK | 0 | 0.32 | 0.21 | 0.06 |
| HSL | 339.47º | 0.7% | 0.79% | - |
| HSV(B) | 339.47º | 0.32% | 0.94% | - |
| XYZ | 57.88 | 48.22 | 54.4 | - |
| YUV | 188.69 | 128.18 | 163.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 163 | 189 | 0 | 0.32 | 0.21 | 0.06 | 339.47 | 0.7 | 0.79 |
| Hex | EF | A3 | BD | 0 | 20 | 15 | 6 | 153 | 46 | 4F |
| Octal | 357 | 243 | 275 | 0 | 40 | 25 | 6 | 523 | 106 | 117 |
| Binary | 11101111 | 10100011 | 10111101 | 0 | 100000 | 10101 | 110 | 101010011 | 1000110 | 1001111 |
Color Harmonies of #EFA3BD
Complementary color
Monochromatic Colors of #EFA3BD
Black with #EFA3BD
Text Example
Text Example
White with #EFA3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA3BD; }
p { color: rgb(239,163,189); }
H1.HeaderClassName
{
color: #EFA3BD;
}
.AnyTagClassName
{
color: #EFA3BD;
}
</style>
background-color css
<style>
a { background-color: #EFA3BD; }
a { background-color: rgb(239,163,189); }
div.DivClassName
{
background-color: #EFA3BD;
}
.BgClassName
{
background-color: #EFA3BD;
}
</style>
border-color css
<style>
span { border-color: #EFA3BD; }
span { border-color: rgb(239,163,189); }
td.TdClassName
{
border-color: #EFA3BD;
}
.TagClassName
{
border-color: #EFA3BD;
}
</style>