#EC8AAF

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

Shades of Illusion #EC8AAF

Tints of Illusion #EC8AAF

Color information

#EC8AAF (or 0xEC8AAF) is unknown color: approx Illusion. HEX triplet: EC, 8A and AF. RGB value is (236,138,175). Sum of RGB (Red+Green+Blue) = 236+138+175=549 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.99% from 549); Green value is 138 (54.30% from 255 or 25.14% from 549); Blue value is 175 (68.75% from 255 or 31.88% from 549); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8AAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8AAF is #137550. Grayscale: #ABABAB. Windows color (decimal): -1275217 or 11504364. OLE color: 11504364.

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

Color convert

RGB236138175-
CMYK00.420.260.07
HSL337.35º72.06%73.33%-
HSV(B)337.35º41.53%92.55%-
XYZ51.4239.145.4-
YUV171.52129.97173.99-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.99%
GREEN value IS 138 (54.30% from 255) = 25.14%
BLUE value IS 175 (68.75% from 255) = 31.88%
R=42.99%
G=25.14%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613817500.420.260.07337.3572.0673.33
HexEC8AAF02A1A71514849
Octal354212257052327521110111
Binary11101100100010101010111101010101101011110101000110010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8AAF; }

 p { color: rgb(236,138,175); }

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

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

 a { background-color: rgb(236,138,175); }

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

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

 span { border-color: rgb(236,138,175); }

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