Shades of Shocking #EDA4BC
Tints of Shocking #EDA4BC
RGB
CMYK
RGB Variations
Color information
#EDA4BC (or 0xEDA4BC) is known color: Shocking. HEX triplet: ED, A4 and BC. RGB value is (237,164,188). Sum of RGB (Red+Green+Blue) = 237+164+188=589 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.24% from 589); Green value is 164 (64.45% from 255 or 27.84% from 589); Blue value is 188 (73.83% from 255 or 31.92% from 589); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA4BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA4BC is #125B43. Grayscale: #BCBCBC. Windows color (decimal): -1203012 or 12362989. OLE color: 12362989.
HSL color Cylindrical-coordinate representation of color #EDA4BC: hue angle of 340.27º 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 #EDA4BC is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 164 | 188 | - |
| CMYK | 0 | 0.31 | 0.21 | 0.07 |
| HSL | 340.27º | 0.67% | 0.79% | - |
| HSV(B) | 340.27º | 0.31% | 0.93% | - |
| XYZ | 57.28 | 48.19 | 53.86 | - |
| YUV | 188.56 | 127.68 | 162.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 164 | 188 | 0 | 0.31 | 0.21 | 0.07 | 340.27 | 0.67 | 0.79 |
| Hex | ED | A4 | BC | 0 | 1F | 15 | 7 | 154 | 43 | 4F |
| Octal | 355 | 244 | 274 | 0 | 37 | 25 | 7 | 524 | 103 | 117 |
| Binary | 11101101 | 10100100 | 10111100 | 0 | 11111 | 10101 | 111 | 101010100 | 1000011 | 1001111 |
Color Harmonies of #EDA4BC
Complementary color
Monochromatic Colors of #EDA4BC
Black with #EDA4BC
Text Example
Text Example
White with #EDA4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA4BC; }
p { color: rgb(237,164,188); }
H1.HeaderClassName
{
color: #EDA4BC;
}
.AnyTagClassName
{
color: #EDA4BC;
}
</style>
background-color css
<style>
a { background-color: #EDA4BC; }
a { background-color: rgb(237,164,188); }
div.DivClassName
{
background-color: #EDA4BC;
}
.BgClassName
{
background-color: #EDA4BC;
}
</style>
border-color css
<style>
span { border-color: #EDA4BC; }
span { border-color: rgb(237,164,188); }
td.TdClassName
{
border-color: #EDA4BC;
}
.TagClassName
{
border-color: #EDA4BC;
}
</style>