Shades of Shocking #EC9DD0
Tints of Shocking #EC9DD0
RGB
CMYK
RGB Variations
Color information
#EC9DD0 (or 0xEC9DD0) is known color: Shocking. HEX triplet: EC, 9D and D0. RGB value is (236,157,208). Sum of RGB (Red+Green+Blue) = 236+157+208=601 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.27% from 601); Green value is 157 (61.72% from 255 or 26.12% from 601); Blue value is 208 (81.64% from 255 or 34.61% from 601); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9DD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9DD0 is #13622F. Grayscale: #BABABA. Windows color (decimal): -1270320 or 13671916. OLE color: 13671916.
HSL color Cylindrical-coordinate representation of color #EC9DD0: hue angle of 321.27º degrees, saturation: 0.68, 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 #EC9DD0 is Cyan = 0, Magento = 0.33, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 157 | 208 | - |
CMYK | 0 | 0.33 | 0.12 | 0.07 |
HSL | 321.27º | 0.68% | 0.77% | - |
HSV(B) | 321.27º | 0.33% | 0.93% | - |
XYZ | 58.03 | 46.5 | 65.59 | - |
YUV | 186.44 | 140.17 | 163.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 157 | 208 | 0 | 0.33 | 0.12 | 0.07 | 321.27 | 0.68 | 0.77 |
Hex | EC | 9D | D0 | 0 | 21 | C | 7 | 141 | 44 | 4D |
Octal | 354 | 235 | 320 | 0 | 41 | 14 | 7 | 501 | 104 | 115 |
Binary | 11101100 | 10011101 | 11010000 | 0 | 100001 | 1100 | 111 | 101000001 | 1000100 | 1001101 |
Color Harmonies of #EC9DD0
Complementary color
Monochromatic Colors of #EC9DD0
Black with #EC9DD0
Text Example
Text Example
White with #EC9DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9DD0; }
p { color: rgb(236,157,208); }
H1.HeaderClassName
{
color: #EC9DD0;
}
.AnyTagClassName
{
color: #EC9DD0;
}
</style>
background-color css
<style>
a { background-color: #EC9DD0; }
a { background-color: rgb(236,157,208); }
div.DivClassName
{
background-color: #EC9DD0;
}
.BgClassName
{
background-color: #EC9DD0;
}
</style>
border-color css
<style>
span { border-color: #EC9DD0; }
span { border-color: rgb(236,157,208); }
td.TdClassName
{
border-color: #EC9DD0;
}
.TagClassName
{
border-color: #EC9DD0;
}
</style>