Html Css Color HEX #EFA0AD Illusion

📋 copy color: '#EFA0AD'

red 239 ◦ green 160 ◦ blue 173

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

Shades of Illusion #EFA0AD

Tints of Illusion #EFA0AD

RGB

 RED value IS 239 (93.75% from 255) = 41.78%

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

 BLUE value IS 173 (67.97% from 255) = 30.24%

R = 41.78%
G = 27.97%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#EFA0AD (or 0xEFA0AD) is known color: Illusion. HEX triplet: EF, A0 and AD. RGB value is (239,160,173). Sum of RGB (Red+Green+Blue) = 239+160+173=572 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.78% from 572); Green value is 160 (62.89% from 255 or 27.97% from 572); Blue value is 173 (67.97% from 255 or 30.24% from 572); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA0AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA0AD is #105F52. Grayscale: #B9B9B9. Windows color (decimal): -1072979 or 11378927. OLE color: 11378927.

HSL color Cylindrical-coordinate representation of color #EFA0AD: hue angle of 350.13º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EFA0AD is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 160 173 -
CMYK 0 0.33 0.28 0.06
HSL 350.13º 0.71% 0.78% -
HSV(B) 350.13º 0.33% 0.94% -
XYZ 55.71 46.51 45.58 -
YUV 185.1 121.17 166.44 -
System Red Green Blue C M Y K H S L
Decimal 239 160 173 0 0.33 0.28 0.06 350.13 0.71 0.78
Hex EF A0 AD 0 21 1C 6 15E 47 4E
Octal 357 240 255 0 41 34 6 536 107 116
Binary 11101111 10100000 10101101 0 100001 11100 110 101011110 1000111 1001110

Color Harmonies of #EFA0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA0AD

Black with #EFA0AD

Text Example


Text Example

White with #EFA0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA0AD; }

 p { color: rgb(239,160,173); }

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

background-color css

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

 a { background-color: rgb(239,160,173); }

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

border-color css

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

 span { border-color: rgb(239,160,173); }

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