#EB93AB

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

Shades of Illusion #EB93AB

Tints of Illusion #EB93AB

Color information

#EB93AB (or 0xEB93AB) is unknown color: approx Illusion. HEX triplet: EB, 93 and AB. RGB value is (235,147,171). Sum of RGB (Red+Green+Blue) = 235+147+171=553 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.50% from 553); Green value is 147 (57.81% from 255 or 26.58% from 553); Blue value is 171 (67.19% from 255 or 30.92% from 553); Max value from RGB is 235 - color contains mainly: red. Hex color #EB93AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB93AB is #146C54. Grayscale: #B0B0B0. Windows color (decimal): -1338453 or 11244523. OLE color: 11244523.

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

Color convert

RGB235147171-
CMYK00.370.270.08
HSL343.64º68.75%74.9%-
HSV(B)343.64º37.45%92.16%-
XYZ52.0541.4743.79-
YUV176.05125.15170.05-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.50%
GREEN value IS 147 (57.81% from 255) = 26.58%
BLUE value IS 171 (67.19% from 255) = 30.92%
R=42.50%
G=26.58%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514717100.370.270.08343.6468.7574.9
HexEB93AB0251B8158454b
Octal3532232530453310530105113
Binary111010111001001110101011010010111011100010101100010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB93AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB93AB; }

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

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

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

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

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

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

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

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