Shades of Shocking #EC90CA
Tints of Shocking #EC90CA
RGB
CMYK
RGB Variations
Color information
#EC90CA (or 0xEC90CA) is known color: Shocking. HEX triplet: EC, 90 and CA. RGB value is (236,144,202). Sum of RGB (Red+Green+Blue) = 236+144+202=582 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.55% from 582); Green value is 144 (56.64% from 255 or 24.74% from 582); Blue value is 202 (79.30% from 255 or 34.71% from 582); Max value from RGB is 236 - color contains mainly: red. Hex color #EC90CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC90CA is #136F35. Grayscale: #B1B1B1. Windows color (decimal): -1273654 or 13275372. OLE color: 13275372.
HSL color Cylindrical-coordinate representation of color #EC90CA: hue angle of 322.17º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EC90CA is Cyan = 0, Magento = 0.39, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 144 | 202 | - |
| CMYK | 0 | 0.39 | 0.14 | 0.07 |
| HSL | 322.17º | 0.71% | 0.75% | - |
| HSV(B) | 322.17º | 0.39% | 0.93% | - |
| XYZ | 55.23 | 42.04 | 61.08 | - |
| YUV | 178.12 | 141.48 | 169.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 144 | 202 | 0 | 0.39 | 0.14 | 0.07 | 322.17 | 0.71 | 0.75 |
| Hex | EC | 90 | CA | 0 | 27 | E | 7 | 142 | 47 | 4B |
| Octal | 354 | 220 | 312 | 0 | 47 | 16 | 7 | 502 | 107 | 113 |
| Binary | 11101100 | 10010000 | 11001010 | 0 | 100111 | 1110 | 111 | 101000010 | 1000111 | 1001011 |
Color Harmonies of #EC90CA
Complementary color
Monochromatic Colors of #EC90CA
Black with #EC90CA
Text Example
Text Example
White with #EC90CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC90CA; }
p { color: rgb(236,144,202); }
H1.HeaderClassName
{
color: #EC90CA;
}
.AnyTagClassName
{
color: #EC90CA;
}
</style>
background-color css
<style>
a { background-color: #EC90CA; }
a { background-color: rgb(236,144,202); }
div.DivClassName
{
background-color: #EC90CA;
}
.BgClassName
{
background-color: #EC90CA;
}
</style>
border-color css
<style>
span { border-color: #EC90CA; }
span { border-color: rgb(236,144,202); }
td.TdClassName
{
border-color: #EC90CA;
}
.TagClassName
{
border-color: #EC90CA;
}
</style>