Shades of Shocking #ECA2C9
Tints of Shocking #ECA2C9
RGB
CMYK
RGB Variations
Color information
#ECA2C9 (or 0xECA2C9) is known color: Shocking. HEX triplet: EC, A2 and C9. RGB value is (236,162,201). Sum of RGB (Red+Green+Blue) = 236+162+201=599 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.40% from 599); Green value is 162 (63.67% from 255 or 27.05% from 599); Blue value is 201 (78.91% from 255 or 33.56% from 599); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA2C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA2C9 is #135D36. Grayscale: #BCBCBC. Windows color (decimal): -1269047 or 13214444. OLE color: 13214444.
HSL color Cylindrical-coordinate representation of color #ECA2C9: hue angle of 328.38º 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 #ECA2C9 is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 162 | 201 | - |
| CMYK | 0 | 0.31 | 0.15 | 0.07 |
| HSL | 328.38º | 0.66% | 0.78% | - |
| HSV(B) | 328.38º | 0.31% | 0.93% | - |
| XYZ | 58.06 | 47.89 | 61.44 | - |
| YUV | 188.57 | 135.02 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 162 | 201 | 0 | 0.31 | 0.15 | 0.07 | 328.38 | 0.66 | 0.78 |
| Hex | EC | A2 | C9 | 0 | 1F | F | 7 | 148 | 42 | 4E |
| Octal | 354 | 242 | 311 | 0 | 37 | 17 | 7 | 510 | 102 | 116 |
| Binary | 11101100 | 10100010 | 11001001 | 0 | 11111 | 1111 | 111 | 101001000 | 1000010 | 1001110 |
Color Harmonies of #ECA2C9
Complementary color
Monochromatic Colors of #ECA2C9
Black with #ECA2C9
Text Example
Text Example
White with #ECA2C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA2C9; }
p { color: rgb(236,162,201); }
H1.HeaderClassName
{
color: #ECA2C9;
}
.AnyTagClassName
{
color: #ECA2C9;
}
</style>
background-color css
<style>
a { background-color: #ECA2C9; }
a { background-color: rgb(236,162,201); }
div.DivClassName
{
background-color: #ECA2C9;
}
.BgClassName
{
background-color: #ECA2C9;
}
</style>
border-color css
<style>
span { border-color: #ECA2C9; }
span { border-color: rgb(236,162,201); }
td.TdClassName
{
border-color: #ECA2C9;
}
.TagClassName
{
border-color: #ECA2C9;
}
</style>