Shades of Shocking #EDA6C7
Tints of Shocking #EDA6C7
RGB
CMYK
RGB Variations
Color information
#EDA6C7 (or 0xEDA6C7) is known color: Shocking. HEX triplet: ED, A6 and C7. RGB value is (237,166,199). Sum of RGB (Red+Green+Blue) = 237+166+199=602 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.37% from 602); Green value is 166 (65.23% from 255 or 27.57% from 602); Blue value is 199 (78.12% from 255 or 33.06% from 602); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA6C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA6C7 is #125938. Grayscale: #BEBEBE. Windows color (decimal): -1202489 or 13084397. OLE color: 13084397.
HSL color Cylindrical-coordinate representation of color #EDA6C7: hue angle of 332.11º 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 #EDA6C7 is Cyan = 0, Magento = 0.30, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 166 | 199 | - |
| CMYK | 0 | 0.30 | 0.16 | 0.07 |
| HSL | 332.11º | 0.66% | 0.79% | - |
| HSV(B) | 332.11º | 0.3% | 0.93% | - |
| XYZ | 58.87 | 49.4 | 60.47 | - |
| YUV | 190.99 | 132.52 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 166 | 199 | 0 | 0.30 | 0.16 | 0.07 | 332.11 | 0.66 | 0.79 |
| Hex | ED | A6 | C7 | 0 | 1E | 10 | 7 | 14C | 42 | 4F |
| Octal | 355 | 246 | 307 | 0 | 36 | 20 | 7 | 514 | 102 | 117 |
| Binary | 11101101 | 10100110 | 11000111 | 0 | 11110 | 10000 | 111 | 101001100 | 1000010 | 1001111 |
Color Harmonies of #EDA6C7
Complementary color
Monochromatic Colors of #EDA6C7
Black with #EDA6C7
Text Example
Text Example
White with #EDA6C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA6C7; }
p { color: rgb(237,166,199); }
H1.HeaderClassName
{
color: #EDA6C7;
}
.AnyTagClassName
{
color: #EDA6C7;
}
</style>
background-color css
<style>
a { background-color: #EDA6C7; }
a { background-color: rgb(237,166,199); }
div.DivClassName
{
background-color: #EDA6C7;
}
.BgClassName
{
background-color: #EDA6C7;
}
</style>
border-color css
<style>
span { border-color: #EDA6C7; }
span { border-color: rgb(237,166,199); }
td.TdClassName
{
border-color: #EDA6C7;
}
.TagClassName
{
border-color: #EDA6C7;
}
</style>