Html Css Color HEX #EFA2B6 Illusion

📋 copy color: '#EFA2B6'

red 239 ◦ green 162 ◦ blue 182

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

Shades of Illusion #EFA2B6

Tints of Illusion #EFA2B6

RGB

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

 GREEN value IS 162 (63.67% from 255) = 27.79%

 BLUE value IS 182 (71.48% from 255) = 31.22%

R = 40.99%
G = 27.79%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.24

 K value IS 0.06

RGB Variations

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

Color information

#EFA2B6 (or 0xEFA2B6) is known color: Illusion. HEX triplet: EF, A2 and B6. RGB value is (239,162,182). Sum of RGB (Red+Green+Blue) = 239+162+182=583 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.99% from 583); Green value is 162 (63.67% from 255 or 27.79% from 583); Blue value is 182 (71.48% from 255 or 31.22% from 583); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA2B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA2B6 is #105D49. Grayscale: #BBBBBB. Windows color (decimal): -1072458 or 11969263. OLE color: 11969263.

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

Color convert

RGB 239 162 182 -
CMYK 0 0.32 0.24 0.06
HSL 344.42º 0.71% 0.79% -
HSV(B) 344.42º 0.32% 0.94% -
XYZ 56.96 47.57 50.44 -
YUV 187.3 125.01 164.87 -
System Red Green Blue C M Y K H S L
Decimal 239 162 182 0 0.32 0.24 0.06 344.42 0.71 0.79
Hex EF A2 B6 0 20 18 6 158 47 4F
Octal 357 242 266 0 40 30 6 530 107 117
Binary 11101111 10100010 10110110 0 100000 11000 110 101011000 1000111 1001111

Color Harmonies of #EFA2B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA2B6

Black with #EFA2B6

Text Example


Text Example

White with #EFA2B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA2B6; }

 p { color: rgb(239,162,182); }

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

background-color css

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

 a { background-color: rgb(239,162,182); }

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

border-color css

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

 span { border-color: rgb(239,162,182); }

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