Shades of Shocking #EDA2CA
Tints of Shocking #EDA2CA
RGB
CMYK
RGB Variations
Color information
#EDA2CA (or 0xEDA2CA) is known color: Shocking. HEX triplet: ED, A2 and CA. RGB value is (237,162,202). Sum of RGB (Red+Green+Blue) = 237+162+202=601 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.43% from 601); Green value is 162 (63.67% from 255 or 26.96% from 601); Blue value is 202 (79.30% from 255 or 33.61% from 601); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA2CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA2CA is #125D35. Grayscale: #BCBCBC. Windows color (decimal): -1203510 or 13279981. OLE color: 13279981.
HSL color Cylindrical-coordinate representation of color #EDA2CA: hue angle of 328º 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 #EDA2CA is Cyan = 0, Magento = 0.32, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 162 | 202 | - |
| CMYK | 0 | 0.32 | 0.15 | 0.07 |
| HSL | 328º | 0.68% | 0.78% | - |
| HSV(B) | 328º | 0.32% | 0.93% | - |
| XYZ | 58.51 | 48.11 | 62.08 | - |
| YUV | 188.99 | 135.35 | 162.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 162 | 202 | 0 | 0.32 | 0.15 | 0.07 | 328 | 0.68 | 0.78 |
| Hex | ED | A2 | CA | 0 | 20 | F | 7 | 148 | 44 | 4E |
| Octal | 355 | 242 | 312 | 0 | 40 | 17 | 7 | 510 | 104 | 116 |
| Binary | 11101101 | 10100010 | 11001010 | 0 | 100000 | 1111 | 111 | 101001000 | 1000100 | 1001110 |
Color Harmonies of #EDA2CA
Complementary color
Monochromatic Colors of #EDA2CA
Black with #EDA2CA
Text Example
Text Example
White with #EDA2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA2CA; }
p { color: rgb(237,162,202); }
H1.HeaderClassName
{
color: #EDA2CA;
}
.AnyTagClassName
{
color: #EDA2CA;
}
</style>
background-color css
<style>
a { background-color: #EDA2CA; }
a { background-color: rgb(237,162,202); }
div.DivClassName
{
background-color: #EDA2CA;
}
.BgClassName
{
background-color: #EDA2CA;
}
</style>
border-color css
<style>
span { border-color: #EDA2CA; }
span { border-color: rgb(237,162,202); }
td.TdClassName
{
border-color: #EDA2CA;
}
.TagClassName
{
border-color: #EDA2CA;
}
</style>