#EB9AAE

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

Shades of Illusion #EB9AAE

Tints of Illusion #EB9AAE

Color information

#EB9AAE (or 0xEB9AAE) is unknown color: approx Illusion. HEX triplet: EB, 9A and AE. RGB value is (235,154,174). Sum of RGB (Red+Green+Blue) = 235+154+174=563 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.74% from 563); Green value is 154 (60.55% from 255 or 27.35% from 563); Blue value is 174 (68.36% from 255 or 30.91% from 563); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9AAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB9AAE is #146551. Grayscale: #B4B4B4. Windows color (decimal): -1336658 or 11442923. OLE color: 11442923.

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

Color convert

RGB235154174-
CMYK00.340.260.08
HSL345.19º66.94%76.27%-
HSV(B)345.19º34.47%92.16%-
XYZ53.4643.8345.69-
YUV180.5124.34166.87-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.74%
GREEN value IS 154 (60.55% from 255) = 27.35%
BLUE value IS 174 (68.36% from 255) = 30.91%
R=41.74%
G=27.35%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515417400.340.260.08345.1966.9476.27
HexEB9AAE0221A8159434c
Octal3532322560423210531103114
Binary111010111001101010101110010001011010100010101100110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9AAE; }

 p { color: rgb(235,154,174); }

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

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

 a { background-color: rgb(235,154,174); }

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

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

 span { border-color: rgb(235,154,174); }

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