#EA9BAA

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

Shades of Illusion #EA9BAA

Tints of Illusion #EA9BAA

Color information

#EA9BAA (or 0xEA9BAA) is unknown color: approx Illusion. HEX triplet: EA, 9B and AA. RGB value is (234,155,170). Sum of RGB (Red+Green+Blue) = 234+155+170=559 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.86% from 559); Green value is 155 (60.94% from 255 or 27.73% from 559); Blue value is 170 (66.80% from 255 or 30.41% from 559); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9BAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9BAA is #156455. Grayscale: #B4B4B4. Windows color (decimal): -1401942 or 11181034. OLE color: 11181034.

HSL color Cylindrical-coordinate representation of color #EA9BAA: hue angle of 348.61º degrees, saturation: 0.65, 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 #EA9BAA is Cyan = 0, Magento = 0.34, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB234155170-
CMYK00.340.270.08
HSL348.61º65.29%76.27%-
HSV(B)348.61º33.76%91.76%-
XYZ52.9143.8443.7-
YUV180.33122.17166.28-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.86%
GREEN value IS 155 (60.94% from 255) = 27.73%
BLUE value IS 170 (66.80% from 255) = 30.41%
R=41.86%
G=27.73%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415517000.340.270.08348.6165.2976.27
HexEA9BAA0221B815d414c
Octal3522332520423310535101114
Binary111010101001101110101010010001011011100010101110110000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9BAA; }

 p { color: rgb(234,155,170); }

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

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

 a { background-color: rgb(234,155,170); }

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

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

 span { border-color: rgb(234,155,170); }

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