Html Css Color HEX #EFA0B8 Illusion

📋 copy color: '#EFA0B8'

red 239 ◦ green 160 ◦ blue 184

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

Shades of Illusion #EFA0B8

Tints of Illusion #EFA0B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 31.56%

R = 40.99%
G = 27.44%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.23

 K value IS 0.06

RGB Variations

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

Color information

#EFA0B8 (or 0xEFA0B8) is known color: Illusion. HEX triplet: EF, A0 and B8. RGB value is (239,160,184). Sum of RGB (Red+Green+Blue) = 239+160+184=583 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.99% from 583); Green value is 160 (62.89% from 255 or 27.44% from 583); Blue value is 184 (72.27% from 255 or 31.56% from 583); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA0B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA0B8 is #105F47. Grayscale: #BABABA. Windows color (decimal): -1072968 or 12099823. OLE color: 12099823.

HSL color Cylindrical-coordinate representation of color #EFA0B8: hue angle of 341.77º 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 #EFA0B8 is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 160 184 -
CMYK 0 0.33 0.23 0.06
HSL 341.77º 0.71% 0.78% -
HSV(B) 341.77º 0.33% 0.94% -
XYZ 56.82 46.95 51.42 -
YUV 186.36 126.67 165.55 -
System Red Green Blue C M Y K H S L
Decimal 239 160 184 0 0.33 0.23 0.06 341.77 0.71 0.78
Hex EF A0 B8 0 21 17 6 156 47 4E
Octal 357 240 270 0 41 27 6 526 107 116
Binary 11101111 10100000 10111000 0 100001 10111 110 101010110 1000111 1001110

Color Harmonies of #EFA0B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA0B8

Black with #EFA0B8

Text Example


Text Example

White with #EFA0B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA0B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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