Shades of Shocking #EC95CC
Tints of Shocking #EC95CC
RGB
CMYK
RGB Variations
Color information
#EC95CC (or 0xEC95CC) is known color: Shocking. HEX triplet: EC, 95 and CC. RGB value is (236,149,204). Sum of RGB (Red+Green+Blue) = 236+149+204=589 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40.07% from 589); Green value is 149 (58.59% from 255 or 25.30% from 589); Blue value is 204 (80.08% from 255 or 34.63% from 589); Max value from RGB is 236 - color contains mainly: red. Hex color #EC95CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC95CC is #136A33. Grayscale: #B5B5B5. Windows color (decimal): -1272372 or 13407724. OLE color: 13407724.
HSL color Cylindrical-coordinate representation of color #EC95CC: hue angle of 322.07º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EC95CC is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 149 | 204 | - |
| CMYK | 0 | 0.37 | 0.14 | 0.07 |
| HSL | 322.07º | 0.7% | 0.75% | - |
| HSV(B) | 322.07º | 0.37% | 0.93% | - |
| XYZ | 56.24 | 43.69 | 62.6 | - |
| YUV | 181.28 | 140.82 | 167.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 149 | 204 | 0 | 0.37 | 0.14 | 0.07 | 322.07 | 0.7 | 0.75 |
| Hex | EC | 95 | CC | 0 | 25 | E | 7 | 142 | 46 | 4B |
| Octal | 354 | 225 | 314 | 0 | 45 | 16 | 7 | 502 | 106 | 113 |
| Binary | 11101100 | 10010101 | 11001100 | 0 | 100101 | 1110 | 111 | 101000010 | 1000110 | 1001011 |
Color Harmonies of #EC95CC
Complementary color
Monochromatic Colors of #EC95CC
Black with #EC95CC
Text Example
Text Example
White with #EC95CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC95CC; }
p { color: rgb(236,149,204); }
H1.HeaderClassName
{
color: #EC95CC;
}
.AnyTagClassName
{
color: #EC95CC;
}
</style>
background-color css
<style>
a { background-color: #EC95CC; }
a { background-color: rgb(236,149,204); }
div.DivClassName
{
background-color: #EC95CC;
}
.BgClassName
{
background-color: #EC95CC;
}
</style>
border-color css
<style>
span { border-color: #EC95CC; }
span { border-color: rgb(236,149,204); }
td.TdClassName
{
border-color: #EC95CC;
}
.TagClassName
{
border-color: #EC95CC;
}
</style>