Shades of Shocking #ECA0BE
Tints of Shocking #ECA0BE
RGB
CMYK
RGB Variations
Color information
#ECA0BE (or 0xECA0BE) is known color: Shocking. HEX triplet: EC, A0 and BE. RGB value is (236,160,190). Sum of RGB (Red+Green+Blue) = 236+160+190=586 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.27% from 586); Green value is 160 (62.89% from 255 or 27.30% from 586); Blue value is 190 (74.61% from 255 or 32.42% from 586); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA0BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA0BE is #135F41. Grayscale: #BABABA. Windows color (decimal): -1269570 or 12493036. OLE color: 12493036.
HSL color Cylindrical-coordinate representation of color #ECA0BE: hue angle of 336.32º degrees, saturation: 0.67, 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 #ECA0BE is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 160 | 190 | - |
| CMYK | 0 | 0.32 | 0.19 | 0.07 |
| HSL | 336.32º | 0.67% | 0.78% | - |
| HSV(B) | 336.32º | 0.32% | 0.93% | - |
| XYZ | 56.46 | 46.69 | 54.75 | - |
| YUV | 186.14 | 130.18 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 160 | 190 | 0 | 0.32 | 0.19 | 0.07 | 336.32 | 0.67 | 0.78 |
| Hex | EC | A0 | BE | 0 | 20 | 13 | 7 | 150 | 43 | 4E |
| Octal | 354 | 240 | 276 | 0 | 40 | 23 | 7 | 520 | 103 | 116 |
| Binary | 11101100 | 10100000 | 10111110 | 0 | 100000 | 10011 | 111 | 101010000 | 1000011 | 1001110 |
Color Harmonies of #ECA0BE
Complementary color
Monochromatic Colors of #ECA0BE
Black with #ECA0BE
Text Example
Text Example
White with #ECA0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA0BE; }
p { color: rgb(236,160,190); }
H1.HeaderClassName
{
color: #ECA0BE;
}
.AnyTagClassName
{
color: #ECA0BE;
}
</style>
background-color css
<style>
a { background-color: #ECA0BE; }
a { background-color: rgb(236,160,190); }
div.DivClassName
{
background-color: #ECA0BE;
}
.BgClassName
{
background-color: #ECA0BE;
}
</style>
border-color css
<style>
span { border-color: #ECA0BE; }
span { border-color: rgb(236,160,190); }
td.TdClassName
{
border-color: #ECA0BE;
}
.TagClassName
{
border-color: #ECA0BE;
}
</style>