Shades of Shocking #ED9DC9
Tints of Shocking #ED9DC9
RGB
CMYK
RGB Variations
Color information
#ED9DC9 (or 0xED9DC9) is known color: Shocking. HEX triplet: ED, 9D and C9. RGB value is (237,157,201). Sum of RGB (Red+Green+Blue) = 237+157+201=595 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.83% from 595); Green value is 157 (61.72% from 255 or 26.39% from 595); Blue value is 201 (78.91% from 255 or 33.78% from 595); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9DC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED9DC9 is #126236. Grayscale: #B9B9B9. Windows color (decimal): -1204791 or 13213165. OLE color: 13213165.
HSL color Cylindrical-coordinate representation of color #ED9DC9: hue angle of 327º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ED9DC9 is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 157 | 201 | - |
| CMYK | 0 | 0.34 | 0.15 | 0.07 |
| HSL | 327º | 0.69% | 0.77% | - |
| HSV(B) | 327º | 0.34% | 0.93% | - |
| XYZ | 57.52 | 46.34 | 61.17 | - |
| YUV | 185.94 | 136.5 | 164.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 157 | 201 | 0 | 0.34 | 0.15 | 0.07 | 327 | 0.69 | 0.77 |
| Hex | ED | 9D | C9 | 0 | 22 | F | 7 | 147 | 45 | 4D |
| Octal | 355 | 235 | 311 | 0 | 42 | 17 | 7 | 507 | 105 | 115 |
| Binary | 11101101 | 10011101 | 11001001 | 0 | 100010 | 1111 | 111 | 101000111 | 1000101 | 1001101 |
Color Harmonies of #ED9DC9
Complementary color
Monochromatic Colors of #ED9DC9
Black with #ED9DC9
Text Example
Text Example
White with #ED9DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9DC9; }
p { color: rgb(237,157,201); }
H1.HeaderClassName
{
color: #ED9DC9;
}
.AnyTagClassName
{
color: #ED9DC9;
}
</style>
background-color css
<style>
a { background-color: #ED9DC9; }
a { background-color: rgb(237,157,201); }
div.DivClassName
{
background-color: #ED9DC9;
}
.BgClassName
{
background-color: #ED9DC9;
}
</style>
border-color css
<style>
span { border-color: #ED9DC9; }
span { border-color: rgb(237,157,201); }
td.TdClassName
{
border-color: #ED9DC9;
}
.TagClassName
{
border-color: #ED9DC9;
}
</style>