Shades of Shocking #EDA4BD
Tints of Shocking #EDA4BD
RGB
CMYK
RGB Variations
Color information
#EDA4BD (or 0xEDA4BD) is known color: Shocking. HEX triplet: ED, A4 and BD. RGB value is (237,164,189). Sum of RGB (Red+Green+Blue) = 237+164+189=590 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.17% from 590); Green value is 164 (64.45% from 255 or 27.80% from 590); Blue value is 189 (74.22% from 255 or 32.03% from 590); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA4BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA4BD is #125B42. Grayscale: #BCBCBC. Windows color (decimal): -1203011 or 12428525. OLE color: 12428525.
HSL color Cylindrical-coordinate representation of color #EDA4BD: hue angle of 339.45º degrees, saturation: 0.67, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EDA4BD is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 164 | 189 | - |
| CMYK | 0 | 0.31 | 0.20 | 0.07 |
| HSL | 339.45º | 0.67% | 0.79% | - |
| HSV(B) | 339.45º | 0.31% | 0.93% | - |
| XYZ | 57.39 | 48.23 | 54.43 | - |
| YUV | 188.68 | 128.18 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 164 | 189 | 0 | 0.31 | 0.20 | 0.07 | 339.45 | 0.67 | 0.79 |
| Hex | ED | A4 | BD | 0 | 1F | 14 | 7 | 153 | 43 | 4F |
| Octal | 355 | 244 | 275 | 0 | 37 | 24 | 7 | 523 | 103 | 117 |
| Binary | 11101101 | 10100100 | 10111101 | 0 | 11111 | 10100 | 111 | 101010011 | 1000011 | 1001111 |
Color Harmonies of #EDA4BD
Complementary color
Monochromatic Colors of #EDA4BD
Black with #EDA4BD
Text Example
Text Example
White with #EDA4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA4BD; }
p { color: rgb(237,164,189); }
H1.HeaderClassName
{
color: #EDA4BD;
}
.AnyTagClassName
{
color: #EDA4BD;
}
</style>
background-color css
<style>
a { background-color: #EDA4BD; }
a { background-color: rgb(237,164,189); }
div.DivClassName
{
background-color: #EDA4BD;
}
.BgClassName
{
background-color: #EDA4BD;
}
</style>
border-color css
<style>
span { border-color: #EDA4BD; }
span { border-color: rgb(237,164,189); }
td.TdClassName
{
border-color: #EDA4BD;
}
.TagClassName
{
border-color: #EDA4BD;
}
</style>