Shades of Shocking #ECA1CC
Tints of Shocking #ECA1CC
RGB
CMYK
RGB Variations
Color information
#ECA1CC (or 0xECA1CC) is known color: Shocking. HEX triplet: EC, A1 and CC. RGB value is (236,161,204). Sum of RGB (Red+Green+Blue) = 236+161+204=601 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.27% from 601); Green value is 161 (63.28% from 255 or 26.79% from 601); Blue value is 204 (80.08% from 255 or 33.94% from 601); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA1CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA1CC is #135E33. Grayscale: #BCBCBC. Windows color (decimal): -1269300 or 13410796. OLE color: 13410796.
HSL color Cylindrical-coordinate representation of color #ECA1CC: hue angle of 325.6º degrees, saturation: 0.66, 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 #ECA1CC is Cyan = 0, Magento = 0.32, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 161 | 204 | - |
| CMYK | 0 | 0.32 | 0.14 | 0.07 |
| HSL | 325.6º | 0.66% | 0.78% | - |
| HSV(B) | 325.6º | 0.32% | 0.93% | - |
| XYZ | 58.24 | 47.68 | 63.26 | - |
| YUV | 188.33 | 136.85 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 161 | 204 | 0 | 0.32 | 0.14 | 0.07 | 325.6 | 0.66 | 0.78 |
| Hex | EC | A1 | CC | 0 | 20 | E | 7 | 146 | 42 | 4E |
| Octal | 354 | 241 | 314 | 0 | 40 | 16 | 7 | 506 | 102 | 116 |
| Binary | 11101100 | 10100001 | 11001100 | 0 | 100000 | 1110 | 111 | 101000110 | 1000010 | 1001110 |
Color Harmonies of #ECA1CC
Complementary color
Monochromatic Colors of #ECA1CC
Black with #ECA1CC
Text Example
Text Example
White with #ECA1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA1CC; }
p { color: rgb(236,161,204); }
H1.HeaderClassName
{
color: #ECA1CC;
}
.AnyTagClassName
{
color: #ECA1CC;
}
</style>
background-color css
<style>
a { background-color: #ECA1CC; }
a { background-color: rgb(236,161,204); }
div.DivClassName
{
background-color: #ECA1CC;
}
.BgClassName
{
background-color: #ECA1CC;
}
</style>
border-color css
<style>
span { border-color: #ECA1CC; }
span { border-color: rgb(236,161,204); }
td.TdClassName
{
border-color: #ECA1CC;
}
.TagClassName
{
border-color: #ECA1CC;
}
</style>