Shades of Shocking #EDA7C7
Tints of Shocking #EDA7C7
RGB
CMYK
RGB Variations
Color information
#EDA7C7 (or 0xEDA7C7) is known color: Shocking. HEX triplet: ED, A7 and C7. RGB value is (237,167,199). Sum of RGB (Red+Green+Blue) = 237+167+199=603 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.30% from 603); Green value is 167 (65.62% from 255 or 27.69% from 603); Blue value is 199 (78.12% from 255 or 33.00% from 603); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA7C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA7C7 is #125838. Grayscale: #BFBFBF. Windows color (decimal): -1202233 or 13084653. OLE color: 13084653.
HSL color Cylindrical-coordinate representation of color #EDA7C7: hue angle of 332.57º 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 #EDA7C7 is Cyan = 0, Magento = 0.30, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 167 | 199 | - |
| CMYK | 0 | 0.30 | 0.16 | 0.07 |
| HSL | 332.57º | 0.66% | 0.79% | - |
| HSV(B) | 332.57º | 0.3% | 0.93% | - |
| XYZ | 59.05 | 49.77 | 60.53 | - |
| YUV | 191.58 | 132.19 | 160.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 167 | 199 | 0 | 0.30 | 0.16 | 0.07 | 332.57 | 0.66 | 0.79 |
| Hex | ED | A7 | C7 | 0 | 1E | 10 | 7 | 14D | 42 | 4F |
| Octal | 355 | 247 | 307 | 0 | 36 | 20 | 7 | 515 | 102 | 117 |
| Binary | 11101101 | 10100111 | 11000111 | 0 | 11110 | 10000 | 111 | 101001101 | 1000010 | 1001111 |
Color Harmonies of #EDA7C7
Complementary color
Monochromatic Colors of #EDA7C7
Black with #EDA7C7
Text Example
Text Example
White with #EDA7C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA7C7; }
p { color: rgb(237,167,199); }
H1.HeaderClassName
{
color: #EDA7C7;
}
.AnyTagClassName
{
color: #EDA7C7;
}
</style>
background-color css
<style>
a { background-color: #EDA7C7; }
a { background-color: rgb(237,167,199); }
div.DivClassName
{
background-color: #EDA7C7;
}
.BgClassName
{
background-color: #EDA7C7;
}
</style>
border-color css
<style>
span { border-color: #EDA7C7; }
span { border-color: rgb(237,167,199); }
td.TdClassName
{
border-color: #EDA7C7;
}
.TagClassName
{
border-color: #EDA7C7;
}
</style>