Shades of Shocking #EDA0BB
Tints of Shocking #EDA0BB
RGB
CMYK
RGB Variations
Color information
#EDA0BB (or 0xEDA0BB) is known color: Shocking. HEX triplet: ED, A0 and BB. RGB value is (237,160,187). Sum of RGB (Red+Green+Blue) = 237+160+187=584 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.58% from 584); Green value is 160 (62.89% from 255 or 27.40% from 584); Blue value is 187 (73.44% from 255 or 32.02% from 584); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA0BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA0BB is #125F44. Grayscale: #BABABA. Windows color (decimal): -1204037 or 12296429. OLE color: 12296429.
HSL color Cylindrical-coordinate representation of color #EDA0BB: hue angle of 338.96º 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 #EDA0BB is Cyan = 0, Magento = 0.32, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 160 | 187 | - |
| CMYK | 0 | 0.32 | 0.21 | 0.07 |
| HSL | 338.96º | 0.68% | 0.78% | - |
| HSV(B) | 338.96º | 0.32% | 0.93% | - |
| XYZ | 56.47 | 46.73 | 53.06 | - |
| YUV | 186.1 | 128.51 | 164.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 160 | 187 | 0 | 0.32 | 0.21 | 0.07 | 338.96 | 0.68 | 0.78 |
| Hex | ED | A0 | BB | 0 | 20 | 15 | 7 | 153 | 44 | 4E |
| Octal | 355 | 240 | 273 | 0 | 40 | 25 | 7 | 523 | 104 | 116 |
| Binary | 11101101 | 10100000 | 10111011 | 0 | 100000 | 10101 | 111 | 101010011 | 1000100 | 1001110 |
Color Harmonies of #EDA0BB
Complementary color
Monochromatic Colors of #EDA0BB
Black with #EDA0BB
Text Example
Text Example
White with #EDA0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA0BB; }
p { color: rgb(237,160,187); }
H1.HeaderClassName
{
color: #EDA0BB;
}
.AnyTagClassName
{
color: #EDA0BB;
}
</style>
background-color css
<style>
a { background-color: #EDA0BB; }
a { background-color: rgb(237,160,187); }
div.DivClassName
{
background-color: #EDA0BB;
}
.BgClassName
{
background-color: #EDA0BB;
}
</style>
border-color css
<style>
span { border-color: #EDA0BB; }
span { border-color: rgb(237,160,187); }
td.TdClassName
{
border-color: #EDA0BB;
}
.TagClassName
{
border-color: #EDA0BB;
}
</style>