#EB93B1

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

Shades of Illusion #EB93B1

Tints of Illusion #EB93B1

Color information

#EB93B1 (or 0xEB93B1) is unknown color: approx Illusion. HEX triplet: EB, 93 and B1. RGB value is (235,147,177). Sum of RGB (Red+Green+Blue) = 235+147+177=559 (74% of max value = 765). Red value is 235 (92.19% from 255 or 42.04% from 559); Green value is 147 (57.81% from 255 or 26.30% from 559); Blue value is 177 (69.53% from 255 or 31.66% from 559); Max value from RGB is 235 - color contains mainly: red. Hex color #EB93B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB93B1 is #146C4E. Grayscale: #B0B0B0. Windows color (decimal): -1338447 or 11637739. OLE color: 11637739.

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

Color convert

RGB235147177-
CMYK00.370.250.08
HSL339.55º68.75%74.9%-
HSV(B)339.55º37.45%92.16%-
XYZ52.6341.746.87-
YUV176.73128.15169.56-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.04%
GREEN value IS 147 (57.81% from 255) = 26.30%
BLUE value IS 177 (69.53% from 255) = 31.66%
R=42.04%
G=26.30%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514717700.370.250.08339.5568.7574.9
HexEB93B1025198154454b
Octal3532232610453110524105113
Binary111010111001001110110001010010111001100010101010010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB93B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB93B1; }

 p { color: rgb(235,147,177); }

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

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

 a { background-color: rgb(235,147,177); }

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

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

 span { border-color: rgb(235,147,177); }

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