#EB9FAF

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

Shades of Illusion #EB9FAF

Tints of Illusion #EB9FAF

Color information

#EB9FAF (or 0xEB9FAF) is unknown color: approx Illusion. HEX triplet: EB, 9F and AF. RGB value is (235,159,175). Sum of RGB (Red+Green+Blue) = 235+159+175=569 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.30% from 569); Green value is 159 (62.5% from 255 or 27.94% from 569); Blue value is 175 (68.75% from 255 or 30.76% from 569); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9FAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB9FAF is #146050. Grayscale: #B7B7B7. Windows color (decimal): -1335377 or 11509739. OLE color: 11509739.

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

Color convert

RGB235159175-
CMYK00.320.260.08
HSL347.37º65.52%77.25%-
HSV(B)347.37º32.34%92.16%-
XYZ54.445.5546.48-
YUV183.55123.18164.7-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.30%
GREEN value IS 159 (62.5% from 255) = 27.94%
BLUE value IS 175 (68.75% from 255) = 30.76%
R=41.30%
G=27.94%
B=30.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515917500.320.260.08347.3765.5277.25
HexEB9FAF0201A815b424d
Octal3532372570403210533102115
Binary111010111001111110101111010000011010100010101101110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9FAF; }

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

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

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

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

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

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

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

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