#EBA1AA

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

Shades of Illusion #EBA1AA

Tints of Illusion #EBA1AA

Color information

#EBA1AA (or 0xEBA1AA) is unknown color: approx Illusion. HEX triplet: EB, A1 and AA. RGB value is (235,161,170). Sum of RGB (Red+Green+Blue) = 235+161+170=566 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.52% from 566); Green value is 161 (63.28% from 255 or 28.45% from 566); Blue value is 170 (66.80% from 255 or 30.04% from 566); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA1AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA1AA is #145E55. Grayscale: #B8B8B8. Windows color (decimal): -1334870 or 11182571. OLE color: 11182571.

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

Color convert

RGB235161170-
CMYK00.310.280.08
HSL352.7º64.91%77.65%-
HSV(B)352.7º31.49%92.16%-
XYZ54.2646.0544.06-
YUV184.15120.02164.27-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.52%
GREEN value IS 161 (63.28% from 255) = 28.45%
BLUE value IS 170 (66.80% from 255) = 30.04%
R=41.52%
G=28.45%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516117000.310.280.08352.764.9177.65
HexEBA1AA01F1C8161414e
Octal3532412520373410541101116
Binary11101011101000011010101001111111100100010110000110000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA1AA; }

 p { color: rgb(235,161,170); }

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

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

 a { background-color: rgb(235,161,170); }

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

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

 span { border-color: rgb(235,161,170); }

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