Shades of Shocking #EFA4BD
Tints of Shocking #EFA4BD
RGB
CMYK
RGB Variations
Color information
#EFA4BD (or 0xEFA4BD) is known color: Shocking. HEX triplet: EF, A4 and BD. RGB value is (239,164,189). Sum of RGB (Red+Green+Blue) = 239+164+189=592 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.37% from 592); Green value is 164 (64.45% from 255 or 27.70% from 592); Blue value is 189 (74.22% from 255 or 31.93% from 592); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA4BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA4BD is #105B42. Grayscale: #BDBDBD. Windows color (decimal): -1071939 or 12428527. OLE color: 12428527.
HSL color Cylindrical-coordinate representation of color #EFA4BD: hue angle of 340º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EFA4BD is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 164 | 189 | - |
| CMYK | 0 | 0.31 | 0.21 | 0.06 |
| HSL | 340º | 0.7% | 0.79% | - |
| HSV(B) | 340º | 0.31% | 0.94% | - |
| XYZ | 58.06 | 48.58 | 54.46 | - |
| YUV | 189.28 | 127.85 | 163.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 164 | 189 | 0 | 0.31 | 0.21 | 0.06 | 340 | 0.7 | 0.79 |
| Hex | EF | A4 | BD | 0 | 1F | 15 | 6 | 154 | 46 | 4F |
| Octal | 357 | 244 | 275 | 0 | 37 | 25 | 6 | 524 | 106 | 117 |
| Binary | 11101111 | 10100100 | 10111101 | 0 | 11111 | 10101 | 110 | 101010100 | 1000110 | 1001111 |
Color Harmonies of #EFA4BD
Complementary color
Monochromatic Colors of #EFA4BD
Black with #EFA4BD
Text Example
Text Example
White with #EFA4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA4BD; }
p { color: rgb(239,164,189); }
H1.HeaderClassName
{
color: #EFA4BD;
}
.AnyTagClassName
{
color: #EFA4BD;
}
</style>
background-color css
<style>
a { background-color: #EFA4BD; }
a { background-color: rgb(239,164,189); }
div.DivClassName
{
background-color: #EFA4BD;
}
.BgClassName
{
background-color: #EFA4BD;
}
</style>
border-color css
<style>
span { border-color: #EFA4BD; }
span { border-color: rgb(239,164,189); }
td.TdClassName
{
border-color: #EFA4BD;
}
.TagClassName
{
border-color: #EFA4BD;
}
</style>