#EB9EB0

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

Shades of Illusion #EB9EB0

Tints of Illusion #EB9EB0

Color information

#EB9EB0 (or 0xEB9EB0) is unknown color: approx Illusion. HEX triplet: EB, 9E and B0. RGB value is (235,158,176). Sum of RGB (Red+Green+Blue) = 235+158+176=569 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.30% from 569); Green value is 158 (62.11% from 255 or 27.77% from 569); Blue value is 176 (69.14% from 255 or 30.93% from 569); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9EB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB9EB0 is #14614F. Grayscale: #B7B7B7. Windows color (decimal): -1335632 or 11575019. OLE color: 11575019.

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

Color convert

RGB235158176-
CMYK00.330.250.08
HSL345.97º65.81%77.06%-
HSV(B)345.97º32.77%92.16%-
XYZ54.3245.2546.95-
YUV183.08124.01165.04-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.30%
GREEN value IS 158 (62.11% from 255) = 27.77%
BLUE value IS 176 (69.14% from 255) = 30.93%
R=41.30%
G=27.77%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515817600.330.250.08345.9765.8177.06
HexEB9EB002119815a424d
Octal3532362600413110532102115
Binary111010111001111010110000010000111001100010101101010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9EB0; }

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

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

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

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

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

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

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

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