Html Css Color HEX #EFA5FE Mauve

📋 copy color: '#EFA5FE'

red 239 ◦ green 165 ◦ blue 254

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

Shades of Mauve #EFA5FE

Tints of Mauve #EFA5FE

RGB

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

 GREEN value IS 165 (64.84% from 255) = 25.08%

 BLUE value IS 254 (99.61% from 255) = 38.6%

R = 36.32%
G = 25.08%
B = 38.6%

CMYK

 C value IS 0.06

 M value IS 0.35

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EFA5FE (or 0xEFA5FE) is known color: Mauve. HEX triplet: EF, A5 and FE. RGB value is (239,165,254). Sum of RGB (Red+Green+Blue) = 239+165+254=658 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.32% from 658); Green value is 165 (64.84% from 255 or 25.08% from 658); Blue value is 254 (99.61% from 255 or 38.60% from 658); Max value from RGB is 254 - color contains mainly: blue. Hex color #EFA5FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA5FE is #105A01. Grayscale: #C4C4C4. Windows color (decimal): -1071618 or 16688623. OLE color: 16688623.

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

Color convert

RGB 239 165 254 -
CMYK 0.06 0.35 0 0.00
HSL 289.89º 0.98% 0.82% -
HSV(B) 289.89º 0.35% 1% -
XYZ 66.94 52.42 100.36 -
YUV 197.27 160.02 157.76 -
System Red Green Blue C M Y K H S L
Decimal 239 165 254 0.06 0.35 0 0.00 289.89 0.98 0.82
Hex EF A5 FE 6 23 0 0 122 62 52
Octal 357 245 376 6 43 0 0 442 142 122
Binary 11101111 10100101 11111110 110 100011 0 0 100100010 1100010 1010010

Color Harmonies of #EFA5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA5FE

Black with #EFA5FE

Text Example


Text Example

White with #EFA5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA5FE; }

 p { color: rgb(239,165,254); }

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

background-color css

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

 a { background-color: rgb(239,165,254); }

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

border-color css

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

 span { border-color: rgb(239,165,254); }

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