#EC8AB0

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

Shades of Illusion #EC8AB0

Tints of Illusion #EC8AB0

Color information

#EC8AB0 (or 0xEC8AB0) is unknown color: approx Illusion. HEX triplet: EC, 8A and B0. RGB value is (236,138,176). Sum of RGB (Red+Green+Blue) = 236+138+176=550 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.91% from 550); Green value is 138 (54.30% from 255 or 25.09% from 550); Blue value is 176 (69.14% from 255 or 32% from 550); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8AB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8AB0 is #13754F. Grayscale: #ABABAB. Windows color (decimal): -1275216 or 11569900. OLE color: 11569900.

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

Color convert

RGB236138176-
CMYK00.420.250.07
HSL336.73º72.06%73.33%-
HSV(B)336.73º41.53%92.55%-
XYZ51.5239.1445.91-
YUV171.63130.47173.91-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.91%
GREEN value IS 138 (54.30% from 255) = 25.09%
BLUE value IS 176 (69.14% from 255) = 32%
R=42.91%
G=25.09%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613817600.420.250.07336.7372.0673.33
HexEC8AB002A1971514849
Octal354212260052317521110111
Binary11101100100010101011000001010101100111110101000110010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8AB0; }

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

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

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

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

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

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

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

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