#EB9EB4

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

Shades of Illusion #EB9EB4

Tints of Illusion #EB9EB4

Color information

#EB9EB4 (or 0xEB9EB4) is unknown color: approx Illusion. HEX triplet: EB, 9E and B4. RGB value is (235,158,180). Sum of RGB (Red+Green+Blue) = 235+158+180=573 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.01% from 573); Green value is 158 (62.11% from 255 or 27.57% from 573); Blue value is 180 (70.70% from 255 or 31.41% from 573); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9EB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB9EB4 is #14614B. Grayscale: #B7B7B7. Windows color (decimal): -1335628 or 11837163. OLE color: 11837163.

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

Color convert

RGB235158180-
CMYK00.330.230.08
HSL342.86º65.81%77.06%-
HSV(B)342.86º32.77%92.16%-
XYZ54.7345.4149.06-
YUV183.53126.01164.71-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.01%
GREEN value IS 158 (62.11% from 255) = 27.57%
BLUE value IS 180 (70.70% from 255) = 31.41%
R=41.01%
G=27.57%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515818000.330.230.08342.8665.8177.06
HexEB9EB4021178157424d
Octal3532362640412710527102115
Binary111010111001111010110100010000110111100010101011110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9EB4; }

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

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

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

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

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

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

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

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