Shades of Shocking #EDA1BA
Tints of Shocking #EDA1BA
RGB
CMYK
RGB Variations
Color information
#EDA1BA (or 0xEDA1BA) is known color: Shocking. HEX triplet: ED, A1 and BA. RGB value is (237,161,186). Sum of RGB (Red+Green+Blue) = 237+161+186=584 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.58% from 584); Green value is 161 (63.28% from 255 or 27.57% from 584); Blue value is 186 (73.05% from 255 or 31.85% from 584); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA1BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA1BA is #125E45. Grayscale: #BABABA. Windows color (decimal): -1203782 or 12231149. OLE color: 12231149.
HSL color Cylindrical-coordinate representation of color #EDA1BA: hue angle of 340.26º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EDA1BA is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 161 | 186 | - |
| CMYK | 0 | 0.32 | 0.22 | 0.07 |
| HSL | 340.26º | 0.68% | 0.78% | - |
| HSV(B) | 340.26º | 0.32% | 0.93% | - |
| XYZ | 56.53 | 47.04 | 52.55 | - |
| YUV | 186.57 | 127.68 | 163.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 161 | 186 | 0 | 0.32 | 0.22 | 0.07 | 340.26 | 0.68 | 0.78 |
| Hex | ED | A1 | BA | 0 | 20 | 16 | 7 | 154 | 44 | 4E |
| Octal | 355 | 241 | 272 | 0 | 40 | 26 | 7 | 524 | 104 | 116 |
| Binary | 11101101 | 10100001 | 10111010 | 0 | 100000 | 10110 | 111 | 101010100 | 1000100 | 1001110 |
Color Harmonies of #EDA1BA
Complementary color
Monochromatic Colors of #EDA1BA
Black with #EDA1BA
Text Example
Text Example
White with #EDA1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA1BA; }
p { color: rgb(237,161,186); }
H1.HeaderClassName
{
color: #EDA1BA;
}
.AnyTagClassName
{
color: #EDA1BA;
}
</style>
background-color css
<style>
a { background-color: #EDA1BA; }
a { background-color: rgb(237,161,186); }
div.DivClassName
{
background-color: #EDA1BA;
}
.BgClassName
{
background-color: #EDA1BA;
}
</style>
border-color css
<style>
span { border-color: #EDA1BA; }
span { border-color: rgb(237,161,186); }
td.TdClassName
{
border-color: #EDA1BA;
}
.TagClassName
{
border-color: #EDA1BA;
}
</style>