Shades of Shocking #ECA0CB
Tints of Shocking #ECA0CB
RGB
CMYK
RGB Variations
Color information
#ECA0CB (or 0xECA0CB) is known color: Shocking. HEX triplet: EC, A0 and CB. RGB value is (236,160,203). Sum of RGB (Red+Green+Blue) = 236+160+203=599 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.40% from 599); Green value is 160 (62.89% from 255 or 26.71% from 599); Blue value is 203 (79.69% from 255 or 33.89% from 599); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA0CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA0CB is #135F34. Grayscale: #BBBBBB. Windows color (decimal): -1269557 or 13345004. OLE color: 13345004.
HSL color Cylindrical-coordinate representation of color #ECA0CB: hue angle of 326.05º 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 #ECA0CB is Cyan = 0, Magento = 0.32, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 160 | 203 | - |
| CMYK | 0 | 0.32 | 0.14 | 0.07 |
| HSL | 326.05º | 0.67% | 0.78% | - |
| HSV(B) | 326.05º | 0.32% | 0.93% | - |
| XYZ | 57.94 | 47.29 | 62.57 | - |
| YUV | 187.63 | 136.68 | 162.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 160 | 203 | 0 | 0.32 | 0.14 | 0.07 | 326.05 | 0.67 | 0.78 |
| Hex | EC | A0 | CB | 0 | 20 | E | 7 | 146 | 43 | 4E |
| Octal | 354 | 240 | 313 | 0 | 40 | 16 | 7 | 506 | 103 | 116 |
| Binary | 11101100 | 10100000 | 11001011 | 0 | 100000 | 1110 | 111 | 101000110 | 1000011 | 1001110 |
Color Harmonies of #ECA0CB
Complementary color
Monochromatic Colors of #ECA0CB
Black with #ECA0CB
Text Example
Text Example
White with #ECA0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA0CB; }
p { color: rgb(236,160,203); }
H1.HeaderClassName
{
color: #ECA0CB;
}
.AnyTagClassName
{
color: #ECA0CB;
}
</style>
background-color css
<style>
a { background-color: #ECA0CB; }
a { background-color: rgb(236,160,203); }
div.DivClassName
{
background-color: #ECA0CB;
}
.BgClassName
{
background-color: #ECA0CB;
}
</style>
border-color css
<style>
span { border-color: #ECA0CB; }
span { border-color: rgb(236,160,203); }
td.TdClassName
{
border-color: #ECA0CB;
}
.TagClassName
{
border-color: #ECA0CB;
}
</style>