#EB91AD

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

Shades of Illusion #EB91AD

Tints of Illusion #EB91AD

Color information

#EB91AD (or 0xEB91AD) is unknown color: approx Illusion. HEX triplet: EB, 91 and AD. RGB value is (235,145,173). Sum of RGB (Red+Green+Blue) = 235+145+173=553 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.50% from 553); Green value is 145 (57.03% from 255 or 26.22% from 553); Blue value is 173 (67.97% from 255 or 31.28% from 553); Max value from RGB is 235 - color contains mainly: red. Hex color #EB91AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB91AD is #146E52. Grayscale: #AFAFAF. Windows color (decimal): -1338963 or 11375083. OLE color: 11375083.

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

Color convert

RGB235145173-
CMYK00.380.260.08
HSL341.33º69.23%74.51%-
HSV(B)341.33º38.3%92.16%-
XYZ51.9340.9344.7-
YUV175.1126.82170.72-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.50%
GREEN value IS 145 (57.03% from 255) = 26.22%
BLUE value IS 173 (67.97% from 255) = 31.28%
R=42.50%
G=26.22%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514517300.380.260.08341.3369.2374.51
HexEB91AD0261A8155454b
Octal3532212550463210525105113
Binary111010111001000110101101010011011010100010101010110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB91AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB91AD; }

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

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

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

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

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

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

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

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