#EC95AE

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

Shades of Illusion #EC95AE

Tints of Illusion #EC95AE

Color information

#EC95AE (or 0xEC95AE) is unknown color: approx Illusion. HEX triplet: EC, 95 and AE. RGB value is (236,149,174). Sum of RGB (Red+Green+Blue) = 236+149+174=559 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.22% from 559); Green value is 149 (58.59% from 255 or 26.65% from 559); Blue value is 174 (68.36% from 255 or 31.13% from 559); Max value from RGB is 236 - color contains mainly: red. Hex color #EC95AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC95AE is #136A51. Grayscale: #B1B1B1. Windows color (decimal): -1272402 or 11441644. OLE color: 11441644.

HSL color Cylindrical-coordinate representation of color #EC95AE: hue angle of 342.76º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EC95AE is Cyan = 0, Magento = 0.37, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB236149174-
CMYK00.370.260.07
HSL342.76º69.6%75.49%-
HSV(B)342.76º36.86%92.55%-
XYZ52.9842.3845.43-
YUV177.86125.82169.47-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.22%
GREEN value IS 149 (58.59% from 255) = 26.65%
BLUE value IS 174 (68.36% from 255) = 31.13%
R=42.22%
G=26.65%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614917400.370.260.07342.7669.675.49
HexEC95AE0251A7157464b
Octal354225256045327527106113
Binary11101100100101011010111001001011101011110101011110001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC95AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC95AE; }

 p { color: rgb(236,149,174); }

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

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

 a { background-color: rgb(236,149,174); }

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

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

 span { border-color: rgb(236,149,174); }

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