#EB8AAF

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

Shades of Illusion #EB8AAF

Tints of Illusion #EB8AAF

Color information

#EB8AAF (or 0xEB8AAF) is unknown color: approx Illusion. HEX triplet: EB, 8A and AF. RGB value is (235,138,175). Sum of RGB (Red+Green+Blue) = 235+138+175=548 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.88% from 548); Green value is 138 (54.30% from 255 or 25.18% from 548); Blue value is 175 (68.75% from 255 or 31.93% from 548); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8AAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8AAF is #147550. Grayscale: #ABABAB. Windows color (decimal): -1340753 or 11504363. OLE color: 11504363.

HSL color Cylindrical-coordinate representation of color #EB8AAF: hue angle of 337.11º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EB8AAF is Cyan = 0, Magento = 0.41, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB235138175-
CMYK00.410.260.08
HSL337.11º70.8%73.14%-
HSV(B)337.11º41.28%92.16%-
XYZ51.0938.9345.38-
YUV171.22130.14173.49-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.88%
GREEN value IS 138 (54.30% from 255) = 25.18%
BLUE value IS 175 (68.75% from 255) = 31.93%
R=42.88%
G=25.18%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513817500.410.260.08337.1170.873.14
HexEB8AAF0291A81514749
Octal3532122570513210521107111
Binary111010111000101010101111010100111010100010101000110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8AAF; }

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

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

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

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

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

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

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

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