Shades of Shocking #EC9AC2
Tints of Shocking #EC9AC2
RGB
CMYK
RGB Variations
Color information
#EC9AC2 (or 0xEC9AC2) is known color: Shocking. HEX triplet: EC, 9A and C2. RGB value is (236,154,194). Sum of RGB (Red+Green+Blue) = 236+154+194=584 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.41% from 584); Green value is 154 (60.55% from 255 or 26.37% from 584); Blue value is 194 (76.17% from 255 or 33.22% from 584); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9AC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9AC2 is #13653D. Grayscale: #B7B7B7. Windows color (decimal): -1271102 or 12753644. OLE color: 12753644.
HSL color Cylindrical-coordinate representation of color #EC9AC2: hue angle of 330.73º 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 #EC9AC2 is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 154 | 194 | - |
CMYK | 0 | 0.35 | 0.18 | 0.07 |
HSL | 330.73º | 0.68% | 0.76% | - |
HSV(B) | 330.73º | 0.35% | 0.93% | - |
XYZ | 55.89 | 44.84 | 56.75 | - |
YUV | 183.08 | 134.17 | 165.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 154 | 194 | 0 | 0.35 | 0.18 | 0.07 | 330.73 | 0.68 | 0.76 |
Hex | EC | 9A | C2 | 0 | 23 | 12 | 7 | 14B | 44 | 4C |
Octal | 354 | 232 | 302 | 0 | 43 | 22 | 7 | 513 | 104 | 114 |
Binary | 11101100 | 10011010 | 11000010 | 0 | 100011 | 10010 | 111 | 101001011 | 1000100 | 1001100 |
Color Harmonies of #EC9AC2
Complementary color
Monochromatic Colors of #EC9AC2
Black with #EC9AC2
Text Example
Text Example
White with #EC9AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9AC2; }
p { color: rgb(236,154,194); }
H1.HeaderClassName
{
color: #EC9AC2;
}
.AnyTagClassName
{
color: #EC9AC2;
}
</style>
background-color css
<style>
a { background-color: #EC9AC2; }
a { background-color: rgb(236,154,194); }
div.DivClassName
{
background-color: #EC9AC2;
}
.BgClassName
{
background-color: #EC9AC2;
}
</style>
border-color css
<style>
span { border-color: #EC9AC2; }
span { border-color: rgb(236,154,194); }
td.TdClassName
{
border-color: #EC9AC2;
}
.TagClassName
{
border-color: #EC9AC2;
}
</style>