Shades of Shocking #EC91CC
Tints of Shocking #EC91CC
RGB
CMYK
RGB Variations
Color information
#EC91CC (or 0xEC91CC) is known color: Shocking. HEX triplet: EC, 91 and CC. RGB value is (236,145,204). Sum of RGB (Red+Green+Blue) = 236+145+204=585 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.34% from 585); Green value is 145 (57.03% from 255 or 24.79% from 585); Blue value is 204 (80.08% from 255 or 34.87% from 585); Max value from RGB is 236 - color contains mainly: red. Hex color #EC91CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC91CC is #136E33. Grayscale: #B2B2B2. Windows color (decimal): -1273396 or 13406700. OLE color: 13406700.
HSL color Cylindrical-coordinate representation of color #EC91CC: hue angle of 321.1º 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 #EC91CC is Cyan = 0, Magento = 0.39, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 145 | 204 | - |
| CMYK | 0 | 0.39 | 0.14 | 0.07 |
| HSL | 321.1º | 0.71% | 0.75% | - |
| HSV(B) | 321.1º | 0.39% | 0.93% | - |
| XYZ | 55.62 | 42.44 | 62.39 | - |
| YUV | 178.94 | 142.15 | 168.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 145 | 204 | 0 | 0.39 | 0.14 | 0.07 | 321.1 | 0.71 | 0.75 |
| Hex | EC | 91 | CC | 0 | 27 | E | 7 | 141 | 47 | 4B |
| Octal | 354 | 221 | 314 | 0 | 47 | 16 | 7 | 501 | 107 | 113 |
| Binary | 11101100 | 10010001 | 11001100 | 0 | 100111 | 1110 | 111 | 101000001 | 1000111 | 1001011 |
Color Harmonies of #EC91CC
Complementary color
Monochromatic Colors of #EC91CC
Black with #EC91CC
Text Example
Text Example
White with #EC91CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC91CC; }
p { color: rgb(236,145,204); }
H1.HeaderClassName
{
color: #EC91CC;
}
.AnyTagClassName
{
color: #EC91CC;
}
</style>
background-color css
<style>
a { background-color: #EC91CC; }
a { background-color: rgb(236,145,204); }
div.DivClassName
{
background-color: #EC91CC;
}
.BgClassName
{
background-color: #EC91CC;
}
</style>
border-color css
<style>
span { border-color: #EC91CC; }
span { border-color: rgb(236,145,204); }
td.TdClassName
{
border-color: #EC91CC;
}
.TagClassName
{
border-color: #EC91CC;
}
</style>