#EB9FB5

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

Shades of Illusion #EB9FB5

Tints of Illusion #EB9FB5

Color information

#EB9FB5 (or 0xEB9FB5) is unknown color: approx Illusion. HEX triplet: EB, 9F and B5. RGB value is (235,159,181). Sum of RGB (Red+Green+Blue) = 235+159+181=575 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.87% from 575); Green value is 159 (62.5% from 255 or 27.65% from 575); Blue value is 181 (71.09% from 255 or 31.48% from 575); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9FB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB9FB5 is #14604A. Grayscale: #B8B8B8. Windows color (decimal): -1335371 or 11902955. OLE color: 11902955.

HSL color Cylindrical-coordinate representation of color #EB9FB5: hue angle of 342.63º 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 #EB9FB5 is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB235159181-
CMYK00.320.230.08
HSL342.63º65.52%77.25%-
HSV(B)342.63º32.34%92.16%-
XYZ5545.7949.66-
YUV184.23126.18164.21-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.87%
GREEN value IS 159 (62.5% from 255) = 27.65%
BLUE value IS 181 (71.09% from 255) = 31.48%
R=40.87%
G=27.65%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515918100.320.230.08342.6365.5277.25
HexEB9FB5020178157424d
Octal3532372650402710527102115
Binary111010111001111110110101010000010111100010101011110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9FB5; }

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

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

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

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

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

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

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

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