Shades of Shocking #EC9EC2
Tints of Shocking #EC9EC2
RGB
CMYK
RGB Variations
Color information
#EC9EC2 (or 0xEC9EC2) is known color: Shocking. HEX triplet: EC, 9E and C2. RGB value is (236,158,194). Sum of RGB (Red+Green+Blue) = 236+158+194=588 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.14% from 588); Green value is 158 (62.11% from 255 or 26.87% from 588); Blue value is 194 (76.17% from 255 or 32.99% from 588); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9EC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9EC2 is #13613D. Grayscale: #B9B9B9. Windows color (decimal): -1270078 or 12754668. OLE color: 12754668.
HSL color Cylindrical-coordinate representation of color #EC9EC2: hue angle of 332.31º 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 #EC9EC2 is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 158 | 194 | - |
CMYK | 0 | 0.33 | 0.18 | 0.07 |
HSL | 332.31º | 0.67% | 0.77% | - |
HSV(B) | 332.31º | 0.33% | 0.93% | - |
XYZ | 56.56 | 46.18 | 56.97 | - |
YUV | 185.43 | 132.84 | 164.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 158 | 194 | 0 | 0.33 | 0.18 | 0.07 | 332.31 | 0.67 | 0.77 |
Hex | EC | 9E | C2 | 0 | 21 | 12 | 7 | 14C | 43 | 4D |
Octal | 354 | 236 | 302 | 0 | 41 | 22 | 7 | 514 | 103 | 115 |
Binary | 11101100 | 10011110 | 11000010 | 0 | 100001 | 10010 | 111 | 101001100 | 1000011 | 1001101 |
Color Harmonies of #EC9EC2
Complementary color
Monochromatic Colors of #EC9EC2
Black with #EC9EC2
Text Example
Text Example
White with #EC9EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9EC2; }
p { color: rgb(236,158,194); }
H1.HeaderClassName
{
color: #EC9EC2;
}
.AnyTagClassName
{
color: #EC9EC2;
}
</style>
background-color css
<style>
a { background-color: #EC9EC2; }
a { background-color: rgb(236,158,194); }
div.DivClassName
{
background-color: #EC9EC2;
}
.BgClassName
{
background-color: #EC9EC2;
}
</style>
border-color css
<style>
span { border-color: #EC9EC2; }
span { border-color: rgb(236,158,194); }
td.TdClassName
{
border-color: #EC9EC2;
}
.TagClassName
{
border-color: #EC9EC2;
}
</style>