#EB9FA8

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

Shades of Illusion #EB9FA8

Tints of Illusion #EB9FA8

Color information

#EB9FA8 (or 0xEB9FA8) is unknown color: approx Illusion. HEX triplet: EB, 9F and A8. RGB value is (235,159,168). Sum of RGB (Red+Green+Blue) = 235+159+168=562 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.81% from 562); Green value is 159 (62.5% from 255 or 28.29% from 562); Blue value is 168 (66.02% from 255 or 29.89% from 562); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9FA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB9FA8 is #146057. Grayscale: #B6B6B6. Windows color (decimal): -1335384 or 11050987. OLE color: 11050987.

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

Color convert

RGB235159168-
CMYK00.320.290.08
HSL352.89º65.52%77.25%-
HSV(B)352.89º32.34%92.16%-
XYZ53.7345.2942.96-
YUV182.75119.68165.27-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.81%
GREEN value IS 159 (62.5% from 255) = 28.29%
BLUE value IS 168 (66.02% from 255) = 29.89%
R=41.81%
G=28.29%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515916800.320.290.08352.8965.5277.25
HexEB9FA80201D8161424d
Octal3532372500403510541102115
Binary111010111001111110101000010000011101100010110000110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9FA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9FA8; }

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

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

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

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

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

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

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

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