#EB9DB5

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

Shades of Illusion #EB9DB5

Tints of Illusion #EB9DB5

Color information

#EB9DB5 (or 0xEB9DB5) is unknown color: approx Illusion. HEX triplet: EB, 9D and B5. RGB value is (235,157,181). Sum of RGB (Red+Green+Blue) = 235+157+181=573 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.01% from 573); Green value is 157 (61.72% from 255 or 27.40% from 573); Blue value is 181 (71.09% from 255 or 31.59% from 573); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9DB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB9DB5 is #14624A. Grayscale: #B7B7B7. Windows color (decimal): -1335883 or 11902443. OLE color: 11902443.

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

Color convert

RGB235157181-
CMYK00.330.230.08
HSL341.54º66.1%76.86%-
HSV(B)341.54º33.19%92.16%-
XYZ54.6645.1149.54-
YUV183.06126.84165.05-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.01%
GREEN value IS 157 (61.72% from 255) = 27.40%
BLUE value IS 181 (71.09% from 255) = 31.59%
R=41.01%
G=27.40%
B=31.59%

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
Decimal23515718100.330.230.08341.5466.176.86
HexEB9DB5021178156424d
Octal3532352650412710526102115
Binary111010111001110110110101010000110111100010101011010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9DB5; }

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

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

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

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

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

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

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

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