Shades of Shocking #ED8DBE
Tints of Shocking #ED8DBE
RGB
CMYK
RGB Variations
Color information
#ED8DBE (or 0xED8DBE) is known color: Shocking. HEX triplet: ED, 8D and BE. RGB value is (237,141,190). Sum of RGB (Red+Green+Blue) = 237+141+190=568 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.73% from 568); Green value is 141 (55.47% from 255 or 24.82% from 568); Blue value is 190 (74.61% from 255 or 33.45% from 568); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8DBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED8DBE is #127241. Grayscale: #AFAFAF. Windows color (decimal): -1208898 or 12488173. OLE color: 12488173.
HSL color Cylindrical-coordinate representation of color #ED8DBE: hue angle of 329.38º 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 #ED8DBE is Cyan = 0, Magento = 0.41, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 141 | 190 | - |
| CMYK | 0 | 0.41 | 0.20 | 0.07 |
| HSL | 329.38º | 0.73% | 0.74% | - |
| HSV(B) | 329.38º | 0.41% | 0.93% | - |
| XYZ | 53.74 | 40.77 | 53.75 | - |
| YUV | 175.29 | 136.3 | 172.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 141 | 190 | 0 | 0.41 | 0.20 | 0.07 | 329.38 | 0.73 | 0.74 |
| Hex | ED | 8D | BE | 0 | 29 | 14 | 7 | 149 | 49 | 4A |
| Octal | 355 | 215 | 276 | 0 | 51 | 24 | 7 | 511 | 111 | 112 |
| Binary | 11101101 | 10001101 | 10111110 | 0 | 101001 | 10100 | 111 | 101001001 | 1001001 | 1001010 |
Color Harmonies of #ED8DBE
Complementary color
Monochromatic Colors of #ED8DBE
Black with #ED8DBE
Text Example
Text Example
White with #ED8DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8DBE; }
p { color: rgb(237,141,190); }
H1.HeaderClassName
{
color: #ED8DBE;
}
.AnyTagClassName
{
color: #ED8DBE;
}
</style>
background-color css
<style>
a { background-color: #ED8DBE; }
a { background-color: rgb(237,141,190); }
div.DivClassName
{
background-color: #ED8DBE;
}
.BgClassName
{
background-color: #ED8DBE;
}
</style>
border-color css
<style>
span { border-color: #ED8DBE; }
span { border-color: rgb(237,141,190); }
td.TdClassName
{
border-color: #ED8DBE;
}
.TagClassName
{
border-color: #ED8DBE;
}
</style>