Shades of Shocking #EC9ED0
Tints of Shocking #EC9ED0
RGB
CMYK
RGB Variations
Color information
#EC9ED0 (or 0xEC9ED0) is known color: Shocking. HEX triplet: EC, 9E and D0. RGB value is (236,158,208). Sum of RGB (Red+Green+Blue) = 236+158+208=602 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.20% from 602); Green value is 158 (62.11% from 255 or 26.25% from 602); Blue value is 208 (81.64% from 255 or 34.55% from 602); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9ED0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9ED0 is #13612F. Grayscale: #BABABA. Windows color (decimal): -1270064 or 13672172. OLE color: 13672172.
HSL color Cylindrical-coordinate representation of color #EC9ED0: hue angle of 321.54º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EC9ED0 is Cyan = 0, Magento = 0.33, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 158 | 208 | - |
| CMYK | 0 | 0.33 | 0.12 | 0.07 |
| HSL | 321.54º | 0.67% | 0.77% | - |
| HSV(B) | 321.54º | 0.33% | 0.93% | - |
| XYZ | 58.2 | 46.84 | 65.65 | - |
| YUV | 187.02 | 139.84 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 158 | 208 | 0 | 0.33 | 0.12 | 0.07 | 321.54 | 0.67 | 0.77 |
| Hex | EC | 9E | D0 | 0 | 21 | C | 7 | 142 | 43 | 4D |
| Octal | 354 | 236 | 320 | 0 | 41 | 14 | 7 | 502 | 103 | 115 |
| Binary | 11101100 | 10011110 | 11010000 | 0 | 100001 | 1100 | 111 | 101000010 | 1000011 | 1001101 |
Color Harmonies of #EC9ED0
Complementary color
Monochromatic Colors of #EC9ED0
Black with #EC9ED0
Text Example
Text Example
White with #EC9ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9ED0; }
p { color: rgb(236,158,208); }
H1.HeaderClassName
{
color: #EC9ED0;
}
.AnyTagClassName
{
color: #EC9ED0;
}
</style>
background-color css
<style>
a { background-color: #EC9ED0; }
a { background-color: rgb(236,158,208); }
div.DivClassName
{
background-color: #EC9ED0;
}
.BgClassName
{
background-color: #EC9ED0;
}
</style>
border-color css
<style>
span { border-color: #EC9ED0; }
span { border-color: rgb(236,158,208); }
td.TdClassName
{
border-color: #EC9ED0;
}
.TagClassName
{
border-color: #EC9ED0;
}
</style>