#EC9AC5

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

Shades of Shocking #EC9AC5

Tints of Shocking #EC9AC5

Color information

#EC9AC5 (or 0xEC9AC5) is unknown color: approx Shocking. HEX triplet: EC, 9A and C5. RGB value is (236,154,197). Sum of RGB (Red+Green+Blue) = 236+154+197=587 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.20% from 587); Green value is 154 (60.55% from 255 or 26.24% from 587); Blue value is 197 (77.34% from 255 or 33.56% from 587); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9AC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9AC5 is #13653A. Grayscale: #B7B7B7. Windows color (decimal): -1271099 or 12950252. OLE color: 12950252.

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

Color convert

RGB236154197-
CMYK00.350.170.07
HSL328.54º68.33%76.47%-
HSV(B)328.54º34.75%92.55%-
XYZ56.2344.9858.54-
YUV183.42135.67165.5-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.20%
GREEN value IS 154 (60.55% from 255) = 26.24%
BLUE value IS 197 (77.34% from 255) = 33.56%
R=40.20%
G=26.24%
B=33.56%

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
Decimal23615419700.350.170.07328.5468.3376.47
HexEC9AC5023117149444c
Octal354232305043217511104114
Binary11101100100110101100010101000111000111110100100110001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9AC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9AC5; }

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

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

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

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

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

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

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

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