Shades of Shocking #ECA2C8
Tints of Shocking #ECA2C8
RGB
CMYK
RGB Variations
Color information
#ECA2C8 (or 0xECA2C8) is known color: Shocking. HEX triplet: EC, A2 and C8. RGB value is (236,162,200). Sum of RGB (Red+Green+Blue) = 236+162+200=598 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.46% from 598); Green value is 162 (63.67% from 255 or 27.09% from 598); Blue value is 200 (78.52% from 255 or 33.44% from 598); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA2C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA2C8 is #135D37. Grayscale: #BCBCBC. Windows color (decimal): -1269048 or 13148908. OLE color: 13148908.
HSL color Cylindrical-coordinate representation of color #ECA2C8: hue angle of 329.19º degrees, saturation: 0.66, 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 #ECA2C8 is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 162 | 200 | - |
| CMYK | 0 | 0.31 | 0.15 | 0.07 |
| HSL | 329.19º | 0.66% | 0.78% | - |
| HSV(B) | 329.19º | 0.31% | 0.93% | - |
| XYZ | 57.94 | 47.84 | 60.82 | - |
| YUV | 188.46 | 134.52 | 161.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 162 | 200 | 0 | 0.31 | 0.15 | 0.07 | 329.19 | 0.66 | 0.78 |
| Hex | EC | A2 | C8 | 0 | 1F | F | 7 | 149 | 42 | 4E |
| Octal | 354 | 242 | 310 | 0 | 37 | 17 | 7 | 511 | 102 | 116 |
| Binary | 11101100 | 10100010 | 11001000 | 0 | 11111 | 1111 | 111 | 101001001 | 1000010 | 1001110 |
Color Harmonies of #ECA2C8
Complementary color
Monochromatic Colors of #ECA2C8
Black with #ECA2C8
Text Example
Text Example
White with #ECA2C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA2C8; }
p { color: rgb(236,162,200); }
H1.HeaderClassName
{
color: #ECA2C8;
}
.AnyTagClassName
{
color: #ECA2C8;
}
</style>
background-color css
<style>
a { background-color: #ECA2C8; }
a { background-color: rgb(236,162,200); }
div.DivClassName
{
background-color: #ECA2C8;
}
.BgClassName
{
background-color: #ECA2C8;
}
</style>
border-color css
<style>
span { border-color: #ECA2C8; }
span { border-color: rgb(236,162,200); }
td.TdClassName
{
border-color: #ECA2C8;
}
.TagClassName
{
border-color: #ECA2C8;
}
</style>