Shades of Shocking #EC9ACD
Tints of Shocking #EC9ACD
RGB
CMYK
RGB Variations
Color information
#EC9ACD (or 0xEC9ACD) is known color: Shocking. HEX triplet: EC, 9A and CD. RGB value is (236,154,205). Sum of RGB (Red+Green+Blue) = 236+154+205=595 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.66% from 595); Green value is 154 (60.55% from 255 or 25.88% from 595); Blue value is 205 (80.47% from 255 or 34.45% from 595); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9ACD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9ACD is #136532. Grayscale: #B8B8B8. Windows color (decimal): -1271091 or 13474540. OLE color: 13474540.
HSL color Cylindrical-coordinate representation of color #EC9ACD: hue angle of 322.68º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EC9ACD is Cyan = 0, Magento = 0.35, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 154 | 205 | - |
| CMYK | 0 | 0.35 | 0.13 | 0.07 |
| HSL | 322.68º | 0.68% | 0.76% | - |
| HSV(B) | 322.68º | 0.35% | 0.93% | - |
| XYZ | 57.17 | 45.35 | 63.5 | - |
| YUV | 184.33 | 139.67 | 164.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 154 | 205 | 0 | 0.35 | 0.13 | 0.07 | 322.68 | 0.68 | 0.76 |
| Hex | EC | 9A | CD | 0 | 23 | D | 7 | 143 | 44 | 4C |
| Octal | 354 | 232 | 315 | 0 | 43 | 15 | 7 | 503 | 104 | 114 |
| Binary | 11101100 | 10011010 | 11001101 | 0 | 100011 | 1101 | 111 | 101000011 | 1000100 | 1001100 |
Color Harmonies of #EC9ACD
Complementary color
Monochromatic Colors of #EC9ACD
Black with #EC9ACD
Text Example
Text Example
White with #EC9ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9ACD; }
p { color: rgb(236,154,205); }
H1.HeaderClassName
{
color: #EC9ACD;
}
.AnyTagClassName
{
color: #EC9ACD;
}
</style>
background-color css
<style>
a { background-color: #EC9ACD; }
a { background-color: rgb(236,154,205); }
div.DivClassName
{
background-color: #EC9ACD;
}
.BgClassName
{
background-color: #EC9ACD;
}
</style>
border-color css
<style>
span { border-color: #EC9ACD; }
span { border-color: rgb(236,154,205); }
td.TdClassName
{
border-color: #EC9ACD;
}
.TagClassName
{
border-color: #EC9ACD;
}
</style>