#EC9AC4

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

Shades of Shocking #EC9AC4

Tints of Shocking #EC9AC4

Color information

#EC9AC4 (or 0xEC9AC4) is unknown color: approx Shocking. HEX triplet: EC, 9A and C4. RGB value is (236,154,196). Sum of RGB (Red+Green+Blue) = 236+154+196=586 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.27% from 586); Green value is 154 (60.55% from 255 or 26.28% from 586); Blue value is 196 (76.95% from 255 or 33.45% from 586); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9AC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9AC4 is #13653B. Grayscale: #B7B7B7. Windows color (decimal): -1271100 or 12884716. OLE color: 12884716.

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

Color convert

RGB236154196-
CMYK00.350.170.07
HSL329.27º68.33%76.47%-
HSV(B)329.27º34.75%92.55%-
XYZ56.1144.9357.94-
YUV183.31135.17165.58-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.27%
GREEN value IS 154 (60.55% from 255) = 26.28%
BLUE value IS 196 (76.95% from 255) = 33.45%
R=40.27%
G=26.28%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615419600.350.170.07329.2768.3376.47
HexEC9AC4023117149444c
Octal354232304043217511104114
Binary11101100100110101100010001000111000111110100100110001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9AC4; }

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

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

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

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

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

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

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

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