Shades of Shocking #EDA4BA
Tints of Shocking #EDA4BA
RGB
CMYK
RGB Variations
Color information
#EDA4BA (or 0xEDA4BA) is known color: Shocking. HEX triplet: ED, A4 and BA. RGB value is (237,164,186). Sum of RGB (Red+Green+Blue) = 237+164+186=587 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.37% from 587); Green value is 164 (64.45% from 255 or 27.94% from 587); Blue value is 186 (73.05% from 255 or 31.69% from 587); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA4BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA4BA is #125B45. Grayscale: #BCBCBC. Windows color (decimal): -1203014 or 12231917. OLE color: 12231917.
HSL color Cylindrical-coordinate representation of color #EDA4BA: hue angle of 341.92º degrees, saturation: 0.67, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EDA4BA is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 164 | 186 | - |
| CMYK | 0 | 0.31 | 0.22 | 0.07 |
| HSL | 341.92º | 0.67% | 0.79% | - |
| HSV(B) | 341.92º | 0.31% | 0.93% | - |
| XYZ | 57.06 | 48.1 | 52.73 | - |
| YUV | 188.34 | 126.68 | 162.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 164 | 186 | 0 | 0.31 | 0.22 | 0.07 | 341.92 | 0.67 | 0.79 |
| Hex | ED | A4 | BA | 0 | 1F | 16 | 7 | 156 | 43 | 4F |
| Octal | 355 | 244 | 272 | 0 | 37 | 26 | 7 | 526 | 103 | 117 |
| Binary | 11101101 | 10100100 | 10111010 | 0 | 11111 | 10110 | 111 | 101010110 | 1000011 | 1001111 |
Color Harmonies of #EDA4BA
Complementary color
Monochromatic Colors of #EDA4BA
Black with #EDA4BA
Text Example
Text Example
White with #EDA4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA4BA; }
p { color: rgb(237,164,186); }
H1.HeaderClassName
{
color: #EDA4BA;
}
.AnyTagClassName
{
color: #EDA4BA;
}
</style>
background-color css
<style>
a { background-color: #EDA4BA; }
a { background-color: rgb(237,164,186); }
div.DivClassName
{
background-color: #EDA4BA;
}
.BgClassName
{
background-color: #EDA4BA;
}
</style>
border-color css
<style>
span { border-color: #EDA4BA; }
span { border-color: rgb(237,164,186); }
td.TdClassName
{
border-color: #EDA4BA;
}
.TagClassName
{
border-color: #EDA4BA;
}
</style>