Shades of Shocking #ECA5CA
Tints of Shocking #ECA5CA
RGB
CMYK
RGB Variations
Color information
#ECA5CA (or 0xECA5CA) is known color: Shocking. HEX triplet: EC, A5 and CA. RGB value is (236,165,202). Sum of RGB (Red+Green+Blue) = 236+165+202=603 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.14% from 603); Green value is 165 (64.84% from 255 or 27.36% from 603); Blue value is 202 (79.30% from 255 or 33.50% from 603); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA5CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA5CA is #135A35. Grayscale: #BEBEBE. Windows color (decimal): -1268278 or 13280748. OLE color: 13280748.
HSL color Cylindrical-coordinate representation of color #ECA5CA: hue angle of 328.73º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ECA5CA is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 165 | 202 | - |
| CMYK | 0 | 0.30 | 0.14 | 0.07 |
| HSL | 328.73º | 0.65% | 0.79% | - |
| HSV(B) | 328.73º | 0.3% | 0.93% | - |
| XYZ | 58.71 | 49.01 | 62.24 | - |
| YUV | 190.45 | 134.52 | 160.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 165 | 202 | 0 | 0.30 | 0.14 | 0.07 | 328.73 | 0.65 | 0.79 |
| Hex | EC | A5 | CA | 0 | 1E | E | 7 | 149 | 41 | 4F |
| Octal | 354 | 245 | 312 | 0 | 36 | 16 | 7 | 511 | 101 | 117 |
| Binary | 11101100 | 10100101 | 11001010 | 0 | 11110 | 1110 | 111 | 101001001 | 1000001 | 1001111 |
Color Harmonies of #ECA5CA
Complementary color
Monochromatic Colors of #ECA5CA
Black with #ECA5CA
Text Example
Text Example
White with #ECA5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA5CA; }
p { color: rgb(236,165,202); }
H1.HeaderClassName
{
color: #ECA5CA;
}
.AnyTagClassName
{
color: #ECA5CA;
}
</style>
background-color css
<style>
a { background-color: #ECA5CA; }
a { background-color: rgb(236,165,202); }
div.DivClassName
{
background-color: #ECA5CA;
}
.BgClassName
{
background-color: #ECA5CA;
}
</style>
border-color css
<style>
span { border-color: #ECA5CA; }
span { border-color: rgb(236,165,202); }
td.TdClassName
{
border-color: #ECA5CA;
}
.TagClassName
{
border-color: #ECA5CA;
}
</style>