#EC9ACC

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

Shades of Shocking #EC9ACC

Tints of Shocking #EC9ACC

Color information

#EC9ACC (or 0xEC9ACC) is unknown color: approx Shocking. HEX triplet: EC, 9A and CC. RGB value is (236,154,204). Sum of RGB (Red+Green+Blue) = 236+154+204=594 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.73% from 594); Green value is 154 (60.55% from 255 or 25.93% from 594); Blue value is 204 (80.08% from 255 or 34.34% from 594); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9ACC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9ACC is #136533. Grayscale: #B8B8B8. Windows color (decimal): -1271092 or 13409004. OLE color: 13409004.

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

Color convert

RGB236154204-
CMYK00.350.140.07
HSL323.41º68.33%76.47%-
HSV(B)323.41º34.75%92.55%-
XYZ57.0545.362.86-
YUV184.22139.17164.93-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.73%
GREEN value IS 154 (60.55% from 255) = 25.93%
BLUE value IS 204 (80.08% from 255) = 34.34%
R=39.73%
G=25.93%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615420400.350.140.07323.4168.3376.47
HexEC9ACC023E7143444c
Octal354232314043167503104114
Binary1110110010011010110011000100011111011110100001110001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9ACC; }

 p { color: rgb(236,154,204); }

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

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

 a { background-color: rgb(236,154,204); }

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

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

 span { border-color: rgb(236,154,204); }

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