Shades of Shocking #EDA0C5
Tints of Shocking #EDA0C5
RGB
CMYK
RGB Variations
Color information
#EDA0C5 (or 0xEDA0C5) is known color: Shocking. HEX triplet: ED, A0 and C5. RGB value is (237,160,197). Sum of RGB (Red+Green+Blue) = 237+160+197=594 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.90% from 594); Green value is 160 (62.89% from 255 or 26.94% from 594); Blue value is 197 (77.34% from 255 or 33.16% from 594); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA0C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA0C5 is #125F3A. Grayscale: #BBBBBB. Windows color (decimal): -1204027 or 12951789. OLE color: 12951789.
HSL color Cylindrical-coordinate representation of color #EDA0C5: hue angle of 331.17º 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 #EDA0C5 is Cyan = 0, Magento = 0.32, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 160 | 197 | - |
| CMYK | 0 | 0.32 | 0.17 | 0.07 |
| HSL | 331.17º | 0.68% | 0.78% | - |
| HSV(B) | 331.17º | 0.32% | 0.93% | - |
| XYZ | 57.57 | 47.18 | 58.89 | - |
| YUV | 187.24 | 133.51 | 163.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 160 | 197 | 0 | 0.32 | 0.17 | 0.07 | 331.17 | 0.68 | 0.78 |
| Hex | ED | A0 | C5 | 0 | 20 | 11 | 7 | 14B | 44 | 4E |
| Octal | 355 | 240 | 305 | 0 | 40 | 21 | 7 | 513 | 104 | 116 |
| Binary | 11101101 | 10100000 | 11000101 | 0 | 100000 | 10001 | 111 | 101001011 | 1000100 | 1001110 |
Color Harmonies of #EDA0C5
Complementary color
Monochromatic Colors of #EDA0C5
Black with #EDA0C5
Text Example
Text Example
White with #EDA0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA0C5; }
p { color: rgb(237,160,197); }
H1.HeaderClassName
{
color: #EDA0C5;
}
.AnyTagClassName
{
color: #EDA0C5;
}
</style>
background-color css
<style>
a { background-color: #EDA0C5; }
a { background-color: rgb(237,160,197); }
div.DivClassName
{
background-color: #EDA0C5;
}
.BgClassName
{
background-color: #EDA0C5;
}
</style>
border-color css
<style>
span { border-color: #EDA0C5; }
span { border-color: rgb(237,160,197); }
td.TdClassName
{
border-color: #EDA0C5;
}
.TagClassName
{
border-color: #EDA0C5;
}
</style>