Shades of Shocking #EDA0BC
Tints of Shocking #EDA0BC
RGB
CMYK
RGB Variations
Color information
#EDA0BC (or 0xEDA0BC) is known color: Shocking. HEX triplet: ED, A0 and BC. RGB value is (237,160,188). Sum of RGB (Red+Green+Blue) = 237+160+188=585 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.51% from 585); Green value is 160 (62.89% from 255 or 27.35% from 585); Blue value is 188 (73.83% from 255 or 32.14% from 585); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA0BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA0BC is #125F43. Grayscale: #BABABA. Windows color (decimal): -1204036 or 12361965. OLE color: 12361965.
HSL color Cylindrical-coordinate representation of color #EDA0BC: hue angle of 338.18º 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 #EDA0BC is Cyan = 0, Magento = 0.32, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 160 | 188 | - |
| CMYK | 0 | 0.32 | 0.21 | 0.07 |
| HSL | 338.18º | 0.68% | 0.78% | - |
| HSV(B) | 338.18º | 0.32% | 0.93% | - |
| XYZ | 56.57 | 46.78 | 53.62 | - |
| YUV | 186.22 | 129.01 | 164.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 160 | 188 | 0 | 0.32 | 0.21 | 0.07 | 338.18 | 0.68 | 0.78 |
| Hex | ED | A0 | BC | 0 | 20 | 15 | 7 | 152 | 44 | 4E |
| Octal | 355 | 240 | 274 | 0 | 40 | 25 | 7 | 522 | 104 | 116 |
| Binary | 11101101 | 10100000 | 10111100 | 0 | 100000 | 10101 | 111 | 101010010 | 1000100 | 1001110 |
Color Harmonies of #EDA0BC
Complementary color
Monochromatic Colors of #EDA0BC
Black with #EDA0BC
Text Example
Text Example
White with #EDA0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA0BC; }
p { color: rgb(237,160,188); }
H1.HeaderClassName
{
color: #EDA0BC;
}
.AnyTagClassName
{
color: #EDA0BC;
}
</style>
background-color css
<style>
a { background-color: #EDA0BC; }
a { background-color: rgb(237,160,188); }
div.DivClassName
{
background-color: #EDA0BC;
}
.BgClassName
{
background-color: #EDA0BC;
}
</style>
border-color css
<style>
span { border-color: #EDA0BC; }
span { border-color: rgb(237,160,188); }
td.TdClassName
{
border-color: #EDA0BC;
}
.TagClassName
{
border-color: #EDA0BC;
}
</style>