Shades of Shocking #EDA3BE
Tints of Shocking #EDA3BE
RGB
CMYK
RGB Variations
Color information
#EDA3BE (or 0xEDA3BE) is known color: Shocking. HEX triplet: ED, A3 and BE. RGB value is (237,163,190). Sum of RGB (Red+Green+Blue) = 237+163+190=590 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.17% from 590); Green value is 163 (64.06% from 255 or 27.63% from 590); Blue value is 190 (74.61% from 255 or 32.20% from 590); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA3BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA3BE is #125C41. Grayscale: #BCBCBC. Windows color (decimal): -1203266 or 12493805. OLE color: 12493805.
HSL color Cylindrical-coordinate representation of color #EDA3BE: hue angle of 338.11º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EDA3BE is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 163 | 190 | - |
| CMYK | 0 | 0.31 | 0.20 | 0.07 |
| HSL | 338.11º | 0.67% | 0.78% | - |
| HSV(B) | 338.11º | 0.31% | 0.93% | - |
| XYZ | 57.32 | 47.92 | 54.94 | - |
| YUV | 188.2 | 129.02 | 162.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 163 | 190 | 0 | 0.31 | 0.20 | 0.07 | 338.11 | 0.67 | 0.78 |
| Hex | ED | A3 | BE | 0 | 1F | 14 | 7 | 152 | 43 | 4E |
| Octal | 355 | 243 | 276 | 0 | 37 | 24 | 7 | 522 | 103 | 116 |
| Binary | 11101101 | 10100011 | 10111110 | 0 | 11111 | 10100 | 111 | 101010010 | 1000011 | 1001110 |
Color Harmonies of #EDA3BE
Complementary color
Monochromatic Colors of #EDA3BE
Black with #EDA3BE
Text Example
Text Example
White with #EDA3BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA3BE; }
p { color: rgb(237,163,190); }
H1.HeaderClassName
{
color: #EDA3BE;
}
.AnyTagClassName
{
color: #EDA3BE;
}
</style>
background-color css
<style>
a { background-color: #EDA3BE; }
a { background-color: rgb(237,163,190); }
div.DivClassName
{
background-color: #EDA3BE;
}
.BgClassName
{
background-color: #EDA3BE;
}
</style>
border-color css
<style>
span { border-color: #EDA3BE; }
span { border-color: rgb(237,163,190); }
td.TdClassName
{
border-color: #EDA3BE;
}
.TagClassName
{
border-color: #EDA3BE;
}
</style>