#EB94AD

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

Shades of Illusion #EB94AD

Tints of Illusion #EB94AD

Color information

#EB94AD (or 0xEB94AD) is unknown color: approx Illusion. HEX triplet: EB, 94 and AD. RGB value is (235,148,173). Sum of RGB (Red+Green+Blue) = 235+148+173=556 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.27% from 556); Green value is 148 (58.20% from 255 or 26.62% from 556); Blue value is 173 (67.97% from 255 or 31.12% from 556); Max value from RGB is 235 - color contains mainly: red. Hex color #EB94AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB94AD is #146B52. Grayscale: #B0B0B0. Windows color (decimal): -1338195 or 11375851. OLE color: 11375851.

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

Color convert

RGB235148173-
CMYK00.370.260.08
HSL342.76º68.5%75.1%-
HSV(B)342.76º37.02%92.16%-
XYZ52.3941.8644.85-
YUV176.86125.82169.47-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.27%
GREEN value IS 148 (58.20% from 255) = 26.62%
BLUE value IS 173 (67.97% from 255) = 31.12%
R=42.27%
G=26.62%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514817300.370.260.08342.7668.575.1
HexEB94AD0251A8157454b
Octal3532242550453210527105113
Binary111010111001010010101101010010111010100010101011110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB94AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB94AD; }

 p { color: rgb(235,148,173); }

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

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

 a { background-color: rgb(235,148,173); }

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

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

 span { border-color: rgb(235,148,173); }

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