Html Css Color HEX #EFA2FB Mauve

📋 copy color: '#EFA2FB'

red 239 ◦ green 162 ◦ blue 251

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

Shades of Mauve #EFA2FB

Tints of Mauve #EFA2FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 38.5%

R = 36.66%
G = 24.85%
B = 38.5%

CMYK

 C value IS 0.05

 M value IS 0.35

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EFA2FB (or 0xEFA2FB) is known color: Mauve. HEX triplet: EF, A2 and FB. RGB value is (239,162,251). Sum of RGB (Red+Green+Blue) = 239+162+251=652 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.66% from 652); Green value is 162 (63.67% from 255 or 24.85% from 652); Blue value is 251 (98.44% from 255 or 38.50% from 652); Max value from RGB is 251 - color contains mainly: blue. Hex color #EFA2FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA2FB is #105D04. Grayscale: #C2C2C2. Windows color (decimal): -1072389 or 16491247. OLE color: 16491247.

HSL color Cylindrical-coordinate representation of color #EFA2FB: hue angle of 291.91º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EFA2FB is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 239 162 251 -
CMYK 0.05 0.35 0 0.02
HSL 291.91º 0.92% 0.81% -
HSV(B) 291.91º 0.35% 0.98% -
XYZ 65.93 51.16 97.67 -
YUV 195.17 159.51 159.26 -
System Red Green Blue C M Y K H S L
Decimal 239 162 251 0.05 0.35 0 0.02 291.91 0.92 0.81
Hex EF A2 FB 5 23 0 2 124 5C 51
Octal 357 242 373 5 43 0 2 444 134 121
Binary 11101111 10100010 11111011 101 100011 0 10 100100100 1011100 1010001

Color Harmonies of #EFA2FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA2FB

Black with #EFA2FB

Text Example


Text Example

White with #EFA2FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA2FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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