Shades of Shocking #EDA6C4
Tints of Shocking #EDA6C4
RGB
CMYK
RGB Variations
Color information
#EDA6C4 (or 0xEDA6C4) is known color: Shocking. HEX triplet: ED, A6 and C4. RGB value is (237,166,196). Sum of RGB (Red+Green+Blue) = 237+166+196=599 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.57% from 599); Green value is 166 (65.23% from 255 or 27.71% from 599); Blue value is 196 (76.95% from 255 or 32.72% from 599); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA6C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA6C4 is #12593B. Grayscale: #BEBEBE. Windows color (decimal): -1202492 or 12887789. OLE color: 12887789.
HSL color Cylindrical-coordinate representation of color #EDA6C4: hue angle of 334.65º 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 #EDA6C4 is Cyan = 0, Magento = 0.30, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 166 | 196 | - |
| CMYK | 0 | 0.30 | 0.17 | 0.07 |
| HSL | 334.65º | 0.66% | 0.79% | - |
| HSV(B) | 334.65º | 0.3% | 0.93% | - |
| XYZ | 58.53 | 49.26 | 58.65 | - |
| YUV | 190.65 | 131.02 | 161.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 166 | 196 | 0 | 0.30 | 0.17 | 0.07 | 334.65 | 0.66 | 0.79 |
| Hex | ED | A6 | C4 | 0 | 1E | 11 | 7 | 14F | 42 | 4F |
| Octal | 355 | 246 | 304 | 0 | 36 | 21 | 7 | 517 | 102 | 117 |
| Binary | 11101101 | 10100110 | 11000100 | 0 | 11110 | 10001 | 111 | 101001111 | 1000010 | 1001111 |
Color Harmonies of #EDA6C4
Complementary color
Monochromatic Colors of #EDA6C4
Black with #EDA6C4
Text Example
Text Example
White with #EDA6C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA6C4; }
p { color: rgb(237,166,196); }
H1.HeaderClassName
{
color: #EDA6C4;
}
.AnyTagClassName
{
color: #EDA6C4;
}
</style>
background-color css
<style>
a { background-color: #EDA6C4; }
a { background-color: rgb(237,166,196); }
div.DivClassName
{
background-color: #EDA6C4;
}
.BgClassName
{
background-color: #EDA6C4;
}
</style>
border-color css
<style>
span { border-color: #EDA6C4; }
span { border-color: rgb(237,166,196); }
td.TdClassName
{
border-color: #EDA6C4;
}
.TagClassName
{
border-color: #EDA6C4;
}
</style>