#EB9CA9

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

Shades of Illusion #EB9CA9

Tints of Illusion #EB9CA9

Color information

#EB9CA9 (or 0xEB9CA9) is unknown color: approx Illusion. HEX triplet: EB, 9C and A9. RGB value is (235,156,169). Sum of RGB (Red+Green+Blue) = 235+156+169=560 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.96% from 560); Green value is 156 (61.33% from 255 or 27.86% from 560); Blue value is 169 (66.41% from 255 or 30.18% from 560); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9CA9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB9CA9 is #146356. Grayscale: #B5B5B5. Windows color (decimal): -1336151 or 11115755. OLE color: 11115755.

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

Color convert

RGB235156169-
CMYK00.340.280.08
HSL350.13º66.39%76.67%-
HSV(B)350.13º33.62%92.16%-
XYZ53.3144.343.28-
YUV181.1121.17166.44-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.96%
GREEN value IS 156 (61.33% from 255) = 27.86%
BLUE value IS 169 (66.41% from 255) = 30.18%
R=41.96%
G=27.86%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515616900.340.280.08350.1366.3976.67
HexEB9CA90221C815e424d
Octal3532342510423410536102115
Binary111010111001110010101001010001011100100010101111010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9CA9; }

 p { color: rgb(235,156,169); }

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

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

 a { background-color: rgb(235,156,169); }

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

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

 span { border-color: rgb(235,156,169); }

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