Shades of Shocking #ED8DC0
Tints of Shocking #ED8DC0
RGB
CMYK
RGB Variations
Color information
#ED8DC0 (or 0xED8DC0) is known color: Shocking. HEX triplet: ED, 8D and C0. RGB value is (237,141,192). Sum of RGB (Red+Green+Blue) = 237+141+192=570 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.58% from 570); Green value is 141 (55.47% from 255 or 24.74% from 570); Blue value is 192 (75.39% from 255 or 33.68% from 570); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8DC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED8DC0 is #12723F. Grayscale: #AFAFAF. Windows color (decimal): -1208896 or 12619245. OLE color: 12619245.
HSL color Cylindrical-coordinate representation of color #ED8DC0: hue angle of 328.12º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ED8DC0 is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 141 | 192 | - |
| CMYK | 0 | 0.41 | 0.19 | 0.07 |
| HSL | 328.13º | 0.73% | 0.74% | - |
| HSV(B) | 328.13º | 0.41% | 0.93% | - |
| XYZ | 53.96 | 40.86 | 54.91 | - |
| YUV | 175.52 | 137.3 | 171.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 141 | 192 | 0 | 0.41 | 0.19 | 0.07 | 328.13 | 0.73 | 0.74 |
| Hex | ED | 8D | C0 | 0 | 29 | 13 | 7 | 148 | 49 | 4A |
| Octal | 355 | 215 | 300 | 0 | 51 | 23 | 7 | 510 | 111 | 112 |
| Binary | 11101101 | 10001101 | 11000000 | 0 | 101001 | 10011 | 111 | 101001000 | 1001001 | 1001010 |
Color Harmonies of #ED8DC0
Complementary color
Monochromatic Colors of #ED8DC0
Black with #ED8DC0
Text Example
Text Example
White with #ED8DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8DC0; }
p { color: rgb(237,141,192); }
H1.HeaderClassName
{
color: #ED8DC0;
}
.AnyTagClassName
{
color: #ED8DC0;
}
</style>
background-color css
<style>
a { background-color: #ED8DC0; }
a { background-color: rgb(237,141,192); }
div.DivClassName
{
background-color: #ED8DC0;
}
.BgClassName
{
background-color: #ED8DC0;
}
</style>
border-color css
<style>
span { border-color: #ED8DC0; }
span { border-color: rgb(237,141,192); }
td.TdClassName
{
border-color: #ED8DC0;
}
.TagClassName
{
border-color: #ED8DC0;
}
</style>