Html Css Color HEX #EBA0A8 Illusion

📋 copy color: '#EBA0A8'

red 235 ◦ green 160 ◦ blue 168

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

Shades of Illusion #EBA0A8

Tints of Illusion #EBA0A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 29.84%

R = 41.74%
G = 28.42%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#EBA0A8 (or 0xEBA0A8) is known color: Illusion. HEX triplet: EB, A0 and A8. RGB value is (235,160,168). Sum of RGB (Red+Green+Blue) = 235+160+168=563 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.74% from 563); Green value is 160 (62.89% from 255 or 28.42% from 563); Blue value is 168 (66.02% from 255 or 29.84% from 563); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA0A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA0A8 is #145F57. Grayscale: #B7B7B7. Windows color (decimal): -1335128 or 11051243. OLE color: 11051243.

HSL color Cylindrical-coordinate representation of color #EBA0A8: hue angle of 353.6º 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 #EBA0A8 is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 160 168 -
CMYK 0 0.32 0.29 0.08
HSL 353.6º 0.65% 0.77% -
HSV(B) 353.6º 0.32% 0.92% -
XYZ 53.9 45.63 43.01 -
YUV 183.34 119.35 164.85 -
System Red Green Blue C M Y K H S L
Decimal 235 160 168 0 0.32 0.29 0.08 353.6 0.65 0.77
Hex EB A0 A8 0 20 1D 8 162 41 4D
Octal 353 240 250 0 40 35 10 542 101 115
Binary 11101011 10100000 10101000 0 100000 11101 1000 101100010 1000001 1001101

Color Harmonies of #EBA0A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA0A8

Black with #EBA0A8

Text Example


Text Example

White with #EBA0A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA0A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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