#EB93B0

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

Shades of Illusion #EB93B0

Tints of Illusion #EB93B0

Color information

#EB93B0 (or 0xEB93B0) is unknown color: approx Illusion. HEX triplet: EB, 93 and B0. RGB value is (235,147,176). Sum of RGB (Red+Green+Blue) = 235+147+176=558 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.11% from 558); Green value is 147 (57.81% from 255 or 26.34% from 558); Blue value is 176 (69.14% from 255 or 31.54% from 558); Max value from RGB is 235 - color contains mainly: red. Hex color #EB93B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB93B0 is #146C4F. Grayscale: #B0B0B0. Windows color (decimal): -1338448 or 11572203. OLE color: 11572203.

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

Color convert

RGB235147176-
CMYK00.370.250.08
HSL340.23º68.75%74.9%-
HSV(B)340.23º37.45%92.16%-
XYZ52.5341.6646.35-
YUV176.62127.65169.64-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.11%
GREEN value IS 147 (57.81% from 255) = 26.34%
BLUE value IS 176 (69.14% from 255) = 31.54%
R=42.11%
G=26.34%
B=31.54%

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
Decimal23514717600.370.250.08340.2368.7574.9
HexEB93B0025198154454b
Octal3532232600453110524105113
Binary111010111001001110110000010010111001100010101010010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB93B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB93B0; }

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

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

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

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

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

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

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

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