Shades of Shocking #EDA6C6
Tints of Shocking #EDA6C6
RGB
CMYK
RGB Variations
Color information
#EDA6C6 (or 0xEDA6C6) is known color: Shocking. HEX triplet: ED, A6 and C6. RGB value is (237,166,198). Sum of RGB (Red+Green+Blue) = 237+166+198=601 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.43% from 601); Green value is 166 (65.23% from 255 or 27.62% from 601); Blue value is 198 (77.73% from 255 or 32.95% from 601); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA6C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA6C6 is #125939. Grayscale: #BEBEBE. Windows color (decimal): -1202490 or 13018861. OLE color: 13018861.
HSL color Cylindrical-coordinate representation of color #EDA6C6: hue angle of 332.96º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EDA6C6 is Cyan = 0, Magento = 0.30, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 166 | 198 | - |
| CMYK | 0 | 0.30 | 0.16 | 0.07 |
| HSL | 332.96º | 0.66% | 0.79% | - |
| HSV(B) | 332.96º | 0.3% | 0.93% | - |
| XYZ | 58.75 | 49.35 | 59.86 | - |
| YUV | 190.88 | 132.02 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 166 | 198 | 0 | 0.30 | 0.16 | 0.07 | 332.96 | 0.66 | 0.79 |
| Hex | ED | A6 | C6 | 0 | 1E | 10 | 7 | 14D | 42 | 4F |
| Octal | 355 | 246 | 306 | 0 | 36 | 20 | 7 | 515 | 102 | 117 |
| Binary | 11101101 | 10100110 | 11000110 | 0 | 11110 | 10000 | 111 | 101001101 | 1000010 | 1001111 |
Color Harmonies of #EDA6C6
Complementary color
Monochromatic Colors of #EDA6C6
Black with #EDA6C6
Text Example
Text Example
White with #EDA6C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA6C6; }
p { color: rgb(237,166,198); }
H1.HeaderClassName
{
color: #EDA6C6;
}
.AnyTagClassName
{
color: #EDA6C6;
}
</style>
background-color css
<style>
a { background-color: #EDA6C6; }
a { background-color: rgb(237,166,198); }
div.DivClassName
{
background-color: #EDA6C6;
}
.BgClassName
{
background-color: #EDA6C6;
}
</style>
border-color css
<style>
span { border-color: #EDA6C6; }
span { border-color: rgb(237,166,198); }
td.TdClassName
{
border-color: #EDA6C6;
}
.TagClassName
{
border-color: #EDA6C6;
}
</style>