#EB9DB7

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

Shades of Illusion #EB9DB7

Tints of Illusion #EB9DB7

Color information

#EB9DB7 (or 0xEB9DB7) is unknown color: approx Illusion. HEX triplet: EB, 9D and B7. RGB value is (235,157,183). Sum of RGB (Red+Green+Blue) = 235+157+183=575 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.87% from 575); Green value is 157 (61.72% from 255 or 27.30% from 575); Blue value is 183 (71.88% from 255 or 31.83% from 575); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9DB7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB9DB7 is #146248. Grayscale: #B7B7B7. Windows color (decimal): -1335881 or 12033515. OLE color: 12033515.

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

Color convert

RGB235157183-
CMYK00.330.220.08
HSL340º66.1%76.86%-
HSV(B)340º33.19%92.16%-
XYZ54.8745.250.63-
YUV183.29127.84164.89-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.87%
GREEN value IS 157 (61.72% from 255) = 27.30%
BLUE value IS 183 (71.88% from 255) = 31.83%
R=40.87%
G=27.30%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515718300.330.220.0834066.176.86
HexEB9DB7021168154424d
Octal3532352670412610524102115
Binary111010111001110110110111010000110110100010101010010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9DB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9DB7; }

 p { color: rgb(235,157,183); }

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

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

 a { background-color: rgb(235,157,183); }

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

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

 span { border-color: rgb(235,157,183); }

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