Shades of Shocking #EDA2CC
Tints of Shocking #EDA2CC
RGB
CMYK
RGB Variations
Color information
#EDA2CC (or 0xEDA2CC) is known color: Shocking. HEX triplet: ED, A2 and CC. RGB value is (237,162,204). Sum of RGB (Red+Green+Blue) = 237+162+204=603 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.30% from 603); Green value is 162 (63.67% from 255 or 26.87% from 603); Blue value is 204 (80.08% from 255 or 33.83% from 603); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA2CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA2CC is #125D33. Grayscale: #BDBDBD. Windows color (decimal): -1203508 or 13411053. OLE color: 13411053.
HSL color Cylindrical-coordinate representation of color #EDA2CC: hue angle of 326.4º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EDA2CC is Cyan = 0, Magento = 0.32, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 162 | 204 | - |
| CMYK | 0 | 0.32 | 0.14 | 0.07 |
| HSL | 326.4º | 0.68% | 0.78% | - |
| HSV(B) | 326.4º | 0.32% | 0.93% | - |
| XYZ | 58.74 | 48.2 | 63.34 | - |
| YUV | 189.21 | 136.35 | 162.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 162 | 204 | 0 | 0.32 | 0.14 | 0.07 | 326.4 | 0.68 | 0.78 |
| Hex | ED | A2 | CC | 0 | 20 | E | 7 | 146 | 44 | 4E |
| Octal | 355 | 242 | 314 | 0 | 40 | 16 | 7 | 506 | 104 | 116 |
| Binary | 11101101 | 10100010 | 11001100 | 0 | 100000 | 1110 | 111 | 101000110 | 1000100 | 1001110 |
Color Harmonies of #EDA2CC
Complementary color
Monochromatic Colors of #EDA2CC
Black with #EDA2CC
Text Example
Text Example
White with #EDA2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA2CC; }
p { color: rgb(237,162,204); }
H1.HeaderClassName
{
color: #EDA2CC;
}
.AnyTagClassName
{
color: #EDA2CC;
}
</style>
background-color css
<style>
a { background-color: #EDA2CC; }
a { background-color: rgb(237,162,204); }
div.DivClassName
{
background-color: #EDA2CC;
}
.BgClassName
{
background-color: #EDA2CC;
}
</style>
border-color css
<style>
span { border-color: #EDA2CC; }
span { border-color: rgb(237,162,204); }
td.TdClassName
{
border-color: #EDA2CC;
}
.TagClassName
{
border-color: #EDA2CC;
}
</style>