#EB8DAF

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

Shades of Illusion #EB8DAF

Tints of Illusion #EB8DAF

Color information

#EB8DAF (or 0xEB8DAF) is unknown color: approx Illusion. HEX triplet: EB, 8D and AF. RGB value is (235,141,175). Sum of RGB (Red+Green+Blue) = 235+141+175=551 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.65% from 551); Green value is 141 (55.47% from 255 or 25.59% from 551); Blue value is 175 (68.75% from 255 or 31.76% from 551); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8DAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8DAF is #147250. Grayscale: #ACACAC. Windows color (decimal): -1339985 or 11505131. OLE color: 11505131.

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

Color convert

RGB235141175-
CMYK00.40.260.08
HSL338.3º70.15%73.73%-
HSV(B)338.3º40%92.16%-
XYZ51.5239.8145.53-
YUV172.98129.14172.24-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.65%
GREEN value IS 141 (55.47% from 255) = 25.59%
BLUE value IS 175 (68.75% from 255) = 31.76%
R=42.65%
G=25.59%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514117500.40.260.08338.370.1573.73
HexEB8DAF0281A8152464a
Octal3532152570503210522106112
Binary111010111000110110101111010100011010100010101001010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8DAF; }

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

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

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

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

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

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

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

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