Html Css Color HEX #EFA2FF Mauve

📋 copy color: '#EFA2FF'

red 239 ◦ green 162 ◦ blue 255

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

Shades of Mauve #EFA2FF

Tints of Mauve #EFA2FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 38.87%

R = 36.43%
G = 24.7%
B = 38.87%

CMYK

 C value IS 0.06

 M value IS 0.36

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EFA2FF (or 0xEFA2FF) is known color: Mauve. HEX triplet: EF, A2 and FF. RGB value is (239,162,255). Sum of RGB (Red+Green+Blue) = 239+162+255=656 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.43% from 656); Green value is 162 (63.67% from 255 or 24.70% from 656); Blue value is 255 (100% from 255 or 38.87% from 656); Max value from RGB is 255 - color contains mainly: blue. Hex color #EFA2FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA2FF is #105D00. Grayscale: #C3C3C3. Windows color (decimal): -1072385 or 16753391. OLE color: 16753391.

HSL color Cylindrical-coordinate representation of color #EFA2FF: hue angle of 289.68º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EFA2FF is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 239 162 255 -
CMYK 0.06 0.36 0 0
HSL 289.68º 1% 0.82% -
HSV(B) 289.68º 0.36% 1% -
XYZ 66.57 51.41 101.02 -
YUV 195.63 161.51 158.94 -
System Red Green Blue C M Y K H S L
Decimal 239 162 255 0.06 0.36 0 0 289.68 1 0.82
Hex EF A2 FF 6 24 0 0 122 64 52
Octal 357 242 377 6 44 0 0 442 144 122
Binary 11101111 10100010 11111111 110 100100 0 0 100100010 1100100 1010010

Color Harmonies of #EFA2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA2FF

Black with #EFA2FF

Text Example


Text Example

White with #EFA2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA2FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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