#EC9DCA

Color #EC9DCA Shocking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shocking #EC9DCA

Tints of Shocking #EC9DCA

Color information

#EC9DCA (or 0xEC9DCA) is unknown color: approx Shocking. HEX triplet: EC, 9D and CA. RGB value is (236,157,202). Sum of RGB (Red+Green+Blue) = 236+157+202=595 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.66% from 595); Green value is 157 (61.72% from 255 or 26.39% from 595); Blue value is 202 (79.30% from 255 or 33.95% from 595); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9DCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9DCA is #136235. Grayscale: #B9B9B9. Windows color (decimal): -1270326 or 13278700. OLE color: 13278700.

HSL color Cylindrical-coordinate representation of color #EC9DCA: hue angle of 325.82º 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 #EC9DCA is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB236157202-
CMYK00.330.140.07
HSL325.82º67.52%77.06%-
HSV(B)325.82º33.47%92.55%-
XYZ57.3146.2161.78-
YUV185.75137.17163.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 236 (92.58% from 255) = 39.66%
GREEN value IS 157 (61.72% from 255) = 26.39%
BLUE value IS 202 (79.30% from 255) = 33.95%
R=39.66%
G=26.39%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615720200.330.140.07325.8267.5277.06
HexEC9DCA021E7146444d
Octal354235312041167506104115
Binary1110110010011101110010100100001111011110100011010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9DCA; }

 p { color: rgb(236,157,202); }

 H1.HeaderClassName
 {
   color: #EC9DCA;
 }
 .AnyTagClassName
 {
   color: #EC9DCA;
 }
</style>
background-color css

<style>
 a { background-color: #EC9DCA; }

 a { background-color: rgb(236,157,202); }

 div.DivClassName
 {
   background-color: #EC9DCA;
 }
 .BgClassName
 {
   background-color: #EC9DCA;
 }
</style>
border-color css

<style>
 span { border-color: #EC9DCA; }

 span { border-color: rgb(236,157,202); }

 td.TdClassName
 {
   border-color: #EC9DCA;
 }
 .TagClassName
 {
   border-color: #EC9DCA;
 }
</style>