Shades of Shocking #ED8DBC
Tints of Shocking #ED8DBC
RGB
CMYK
RGB Variations
Color information
#ED8DBC (or 0xED8DBC) is known color: Shocking. HEX triplet: ED, 8D and BC. RGB value is (237,141,188). Sum of RGB (Red+Green+Blue) = 237+141+188=566 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.87% from 566); Green value is 141 (55.47% from 255 or 24.91% from 566); Blue value is 188 (73.83% from 255 or 33.22% from 566); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8DBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED8DBC is #127243. Grayscale: #AEAEAE. Windows color (decimal): -1208900 or 12357101. OLE color: 12357101.
HSL color Cylindrical-coordinate representation of color #ED8DBC: hue angle of 330.62º 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 #ED8DBC is Cyan = 0, Magento = 0.41, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 141 | 188 | - |
| CMYK | 0 | 0.41 | 0.21 | 0.07 |
| HSL | 330.63º | 0.73% | 0.74% | - |
| HSV(B) | 330.63º | 0.41% | 0.93% | - |
| XYZ | 53.53 | 40.69 | 52.61 | - |
| YUV | 175.06 | 135.3 | 172.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 141 | 188 | 0 | 0.41 | 0.21 | 0.07 | 330.63 | 0.73 | 0.74 |
| Hex | ED | 8D | BC | 0 | 29 | 15 | 7 | 14B | 49 | 4A |
| Octal | 355 | 215 | 274 | 0 | 51 | 25 | 7 | 513 | 111 | 112 |
| Binary | 11101101 | 10001101 | 10111100 | 0 | 101001 | 10101 | 111 | 101001011 | 1001001 | 1001010 |
Color Harmonies of #ED8DBC
Complementary color
Monochromatic Colors of #ED8DBC
Black with #ED8DBC
Text Example
Text Example
White with #ED8DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8DBC; }
p { color: rgb(237,141,188); }
H1.HeaderClassName
{
color: #ED8DBC;
}
.AnyTagClassName
{
color: #ED8DBC;
}
</style>
background-color css
<style>
a { background-color: #ED8DBC; }
a { background-color: rgb(237,141,188); }
div.DivClassName
{
background-color: #ED8DBC;
}
.BgClassName
{
background-color: #ED8DBC;
}
</style>
border-color css
<style>
span { border-color: #ED8DBC; }
span { border-color: rgb(237,141,188); }
td.TdClassName
{
border-color: #ED8DBC;
}
.TagClassName
{
border-color: #ED8DBC;
}
</style>