#EB90B0

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

Shades of Illusion #EB90B0

Tints of Illusion #EB90B0

Color information

#EB90B0 (or 0xEB90B0) is unknown color: approx Illusion. HEX triplet: EB, 90 and B0. RGB value is (235,144,176). Sum of RGB (Red+Green+Blue) = 235+144+176=555 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.34% from 555); Green value is 144 (56.64% from 255 or 25.95% from 555); Blue value is 176 (69.14% from 255 or 31.71% from 555); Max value from RGB is 235 - color contains mainly: red. Hex color #EB90B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB90B0 is #146F4F. Grayscale: #AEAEAE. Windows color (decimal): -1339216 or 11571435. OLE color: 11571435.

HSL color Cylindrical-coordinate representation of color #EB90B0: hue angle of 338.9º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EB90B0 is Cyan = 0, Magento = 0.39, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB235144176-
CMYK00.390.250.08
HSL338.9º69.47%74.31%-
HSV(B)338.9º38.72%92.16%-
XYZ52.0740.7446.19-
YUV174.86128.65170.9-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.34%
GREEN value IS 144 (56.64% from 255) = 25.95%
BLUE value IS 176 (69.14% from 255) = 31.71%
R=42.34%
G=25.95%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514417600.390.250.08338.969.4774.31
HexEB90B0027198153454a
Octal3532202600473110523105112
Binary111010111001000010110000010011111001100010101001110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB90B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB90B0; }

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

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

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

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

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

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

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

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