Shades of Shocking #ED9CC6
Tints of Shocking #ED9CC6
RGB
CMYK
RGB Variations
Color information
#ED9CC6 (or 0xED9CC6) is known color: Shocking. HEX triplet: ED, 9C and C6. RGB value is (237,156,198). Sum of RGB (Red+Green+Blue) = 237+156+198=591 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.10% from 591); Green value is 156 (61.33% from 255 or 26.40% from 591); Blue value is 198 (77.73% from 255 or 33.50% from 591); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9CC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED9CC6 is #126339. Grayscale: #B8B8B8. Windows color (decimal): -1205050 or 13016301. OLE color: 13016301.
HSL color Cylindrical-coordinate representation of color #ED9CC6: hue angle of 328.89º 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 #ED9CC6 is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 156 | 198 | - |
| CMYK | 0 | 0.34 | 0.16 | 0.07 |
| HSL | 328.89º | 0.69% | 0.77% | - |
| HSV(B) | 328.89º | 0.34% | 0.93% | - |
| XYZ | 57.01 | 45.86 | 59.27 | - |
| YUV | 185.01 | 135.34 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 156 | 198 | 0 | 0.34 | 0.16 | 0.07 | 328.89 | 0.69 | 0.77 |
| Hex | ED | 9C | C6 | 0 | 22 | 10 | 7 | 149 | 45 | 4D |
| Octal | 355 | 234 | 306 | 0 | 42 | 20 | 7 | 511 | 105 | 115 |
| Binary | 11101101 | 10011100 | 11000110 | 0 | 100010 | 10000 | 111 | 101001001 | 1000101 | 1001101 |
Color Harmonies of #ED9CC6
Complementary color
Monochromatic Colors of #ED9CC6
Black with #ED9CC6
Text Example
Text Example
White with #ED9CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9CC6; }
p { color: rgb(237,156,198); }
H1.HeaderClassName
{
color: #ED9CC6;
}
.AnyTagClassName
{
color: #ED9CC6;
}
</style>
background-color css
<style>
a { background-color: #ED9CC6; }
a { background-color: rgb(237,156,198); }
div.DivClassName
{
background-color: #ED9CC6;
}
.BgClassName
{
background-color: #ED9CC6;
}
</style>
border-color css
<style>
span { border-color: #ED9CC6; }
span { border-color: rgb(237,156,198); }
td.TdClassName
{
border-color: #ED9CC6;
}
.TagClassName
{
border-color: #ED9CC6;
}
</style>