#EB91B0

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

Shades of Illusion #EB91B0

Tints of Illusion #EB91B0

Color information

#EB91B0 (or 0xEB91B0) is unknown color: approx Illusion. HEX triplet: EB, 91 and B0. RGB value is (235,145,176). Sum of RGB (Red+Green+Blue) = 235+145+176=556 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.27% from 556); Green value is 145 (57.03% from 255 or 26.08% from 556); Blue value is 176 (69.14% from 255 or 31.65% from 556); Max value from RGB is 235 - color contains mainly: red. Hex color #EB91B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB91B0 is #146E4F. Grayscale: #AFAFAF. Windows color (decimal): -1338960 or 11571691. OLE color: 11571691.

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

Color convert

RGB235145176-
CMYK00.380.250.08
HSL339.33º69.23%74.51%-
HSV(B)339.33º38.3%92.16%-
XYZ52.2241.0546.24-
YUV175.44128.32170.48-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.27%
GREEN value IS 145 (57.03% from 255) = 26.08%
BLUE value IS 176 (69.14% from 255) = 31.65%
R=42.27%
G=26.08%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514517600.380.250.08339.3369.2374.51
HexEB91B0026198153454b
Octal3532212600463110523105113
Binary111010111001000110110000010011011001100010101001110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB91B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB91B0; }

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

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

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

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

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

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

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

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