#EB91AF

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

Shades of Illusion #EB91AF

Tints of Illusion #EB91AF

Color information

#EB91AF (or 0xEB91AF) is unknown color: approx Illusion. HEX triplet: EB, 91 and AF. RGB value is (235,145,175). Sum of RGB (Red+Green+Blue) = 235+145+175=555 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.34% from 555); Green value is 145 (57.03% from 255 or 26.13% from 555); Blue value is 175 (68.75% from 255 or 31.53% from 555); Max value from RGB is 235 - color contains mainly: red. Hex color #EB91AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB91AF is #146E50. Grayscale: #AFAFAF. Windows color (decimal): -1338961 or 11506155. OLE color: 11506155.

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

Color convert

RGB235145175-
CMYK00.380.260.08
HSL340º69.23%74.51%-
HSV(B)340º38.3%92.16%-
XYZ52.1241.0145.73-
YUV175.33127.82170.56-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.34%
GREEN value IS 145 (57.03% from 255) = 26.13%
BLUE value IS 175 (68.75% from 255) = 31.53%
R=42.34%
G=26.13%
B=31.53%

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
Decimal23514517500.380.260.0834069.2374.51
HexEB91AF0261A8154454b
Octal3532212570463210524105113
Binary111010111001000110101111010011011010100010101010010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB91AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB91AF; }

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

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

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

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

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

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

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

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