Shades of Shocking #ED8EBB
Tints of Shocking #ED8EBB
RGB
CMYK
RGB Variations
Color information
#ED8EBB (or 0xED8EBB) is known color: Shocking. HEX triplet: ED, 8E and BB. RGB value is (237,142,187). Sum of RGB (Red+Green+Blue) = 237+142+187=566 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.87% from 566); Green value is 142 (55.86% from 255 or 25.09% from 566); Blue value is 187 (73.44% from 255 or 33.04% from 566); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8EBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED8EBB is #127144. Grayscale: #AFAFAF. Windows color (decimal): -1208645 or 12291821. OLE color: 12291821.
HSL color Cylindrical-coordinate representation of color #ED8EBB: hue angle of 331.58º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ED8EBB is Cyan = 0, Magento = 0.40, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 142 | 187 | - |
| CMYK | 0 | 0.40 | 0.21 | 0.07 |
| HSL | 331.58º | 0.73% | 0.74% | - |
| HSV(B) | 331.58º | 0.4% | 0.93% | - |
| XYZ | 53.57 | 40.94 | 52.09 | - |
| YUV | 175.54 | 134.47 | 171.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 142 | 187 | 0 | 0.40 | 0.21 | 0.07 | 331.58 | 0.73 | 0.74 |
| Hex | ED | 8E | BB | 0 | 28 | 15 | 7 | 14C | 49 | 4A |
| Octal | 355 | 216 | 273 | 0 | 50 | 25 | 7 | 514 | 111 | 112 |
| Binary | 11101101 | 10001110 | 10111011 | 0 | 101000 | 10101 | 111 | 101001100 | 1001001 | 1001010 |
Color Harmonies of #ED8EBB
Complementary color
Monochromatic Colors of #ED8EBB
Black with #ED8EBB
Text Example
Text Example
White with #ED8EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8EBB; }
p { color: rgb(237,142,187); }
H1.HeaderClassName
{
color: #ED8EBB;
}
.AnyTagClassName
{
color: #ED8EBB;
}
</style>
background-color css
<style>
a { background-color: #ED8EBB; }
a { background-color: rgb(237,142,187); }
div.DivClassName
{
background-color: #ED8EBB;
}
.BgClassName
{
background-color: #ED8EBB;
}
</style>
border-color css
<style>
span { border-color: #ED8EBB; }
span { border-color: rgb(237,142,187); }
td.TdClassName
{
border-color: #ED8EBB;
}
.TagClassName
{
border-color: #ED8EBB;
}
</style>