Shades of Shocking #EDA2BD
Tints of Shocking #EDA2BD
RGB
CMYK
RGB Variations
Color information
#EDA2BD (or 0xEDA2BD) is known color: Shocking. HEX triplet: ED, A2 and BD. RGB value is (237,162,189). Sum of RGB (Red+Green+Blue) = 237+162+189=588 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.31% from 588); Green value is 162 (63.67% from 255 or 27.55% from 588); Blue value is 189 (74.22% from 255 or 32.14% from 588); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA2BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA2BD is #125D42. Grayscale: #BBBBBB. Windows color (decimal): -1203523 or 12428013. OLE color: 12428013.
HSL color Cylindrical-coordinate representation of color #EDA2BD: hue angle of 338.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 #EDA2BD is Cyan = 0, Magento = 0.32, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 162 | 189 | - |
| CMYK | 0 | 0.32 | 0.20 | 0.07 |
| HSL | 338.4º | 0.68% | 0.78% | - |
| HSV(B) | 338.4º | 0.32% | 0.93% | - |
| XYZ | 57.03 | 47.52 | 54.31 | - |
| YUV | 187.5 | 128.85 | 163.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 162 | 189 | 0 | 0.32 | 0.20 | 0.07 | 338.4 | 0.68 | 0.78 |
| Hex | ED | A2 | BD | 0 | 20 | 14 | 7 | 152 | 44 | 4E |
| Octal | 355 | 242 | 275 | 0 | 40 | 24 | 7 | 522 | 104 | 116 |
| Binary | 11101101 | 10100010 | 10111101 | 0 | 100000 | 10100 | 111 | 101010010 | 1000100 | 1001110 |
Color Harmonies of #EDA2BD
Complementary color
Monochromatic Colors of #EDA2BD
Black with #EDA2BD
Text Example
Text Example
White with #EDA2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA2BD; }
p { color: rgb(237,162,189); }
H1.HeaderClassName
{
color: #EDA2BD;
}
.AnyTagClassName
{
color: #EDA2BD;
}
</style>
background-color css
<style>
a { background-color: #EDA2BD; }
a { background-color: rgb(237,162,189); }
div.DivClassName
{
background-color: #EDA2BD;
}
.BgClassName
{
background-color: #EDA2BD;
}
</style>
border-color css
<style>
span { border-color: #EDA2BD; }
span { border-color: rgb(237,162,189); }
td.TdClassName
{
border-color: #EDA2BD;
}
.TagClassName
{
border-color: #EDA2BD;
}
</style>