Html Css Color HEX #EBA0AA Illusion

📋 copy color: '#EBA0AA'

red 235 ◦ green 160 ◦ blue 170

#EBA0AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Illusion #EBA0AA

Tints of Illusion #EBA0AA

RGB

 RED value IS 235 (92.19% from 255) = 41.59%

 GREEN value IS 160 (62.89% from 255) = 28.32%

 BLUE value IS 170 (66.8% from 255) = 30.09%

R = 41.59%
G = 28.32%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.28

 K value IS 0.08

RGB Variations

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

Color information

#EBA0AA (or 0xEBA0AA) is known color: Illusion. HEX triplet: EB, A0 and AA. RGB value is (235,160,170). Sum of RGB (Red+Green+Blue) = 235+160+170=565 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.59% from 565); Green value is 160 (62.89% from 255 or 28.32% from 565); Blue value is 170 (66.80% from 255 or 30.09% from 565); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA0AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA0AA is #145F55. Grayscale: #B7B7B7. Windows color (decimal): -1335126 or 11182315. OLE color: 11182315.

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

Color convert

RGB 235 160 170 -
CMYK 0 0.32 0.28 0.08
HSL 352º 0.65% 0.77% -
HSV(B) 352º 0.32% 0.92% -
XYZ 54.09 45.71 44 -
YUV 183.57 120.35 164.69 -
System Red Green Blue C M Y K H S L
Decimal 235 160 170 0 0.32 0.28 0.08 352 0.65 0.77
Hex EB A0 AA 0 20 1C 8 160 41 4D
Octal 353 240 252 0 40 34 10 540 101 115
Binary 11101011 10100000 10101010 0 100000 11100 1000 101100000 1000001 1001101

Color Harmonies of #EBA0AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA0AA

Black with #EBA0AA

Text Example


Text Example

White with #EBA0AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA0AA; }

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

 H1.HeaderClassName
 {
   color: #EBA0AA;
 }
 .AnyTagClassName
 {
   color: #EBA0AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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