Html Css Color HEX #EFA5FB Mauve

📋 copy color: '#EFA5FB'

red 239 ◦ green 165 ◦ blue 251

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

Shades of Mauve #EFA5FB

Tints of Mauve #EFA5FB

RGB

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

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

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

R = 36.49%
G = 25.19%
B = 38.32%

CMYK

 C value IS 0.05

 M value IS 0.34

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EFA5FB (or 0xEFA5FB) is known color: Mauve. HEX triplet: EF, A5 and FB. RGB value is (239,165,251). Sum of RGB (Red+Green+Blue) = 239+165+251=655 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.49% from 655); Green value is 165 (64.84% from 255 or 25.19% from 655); Blue value is 251 (98.44% from 255 or 38.32% from 655); Max value from RGB is 251 - color contains mainly: blue. Hex color #EFA5FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA5FB is #105A04. Grayscale: #C4C4C4. Windows color (decimal): -1071621 or 16492015. OLE color: 16492015.

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

Color convert

RGB 239 165 251 -
CMYK 0.05 0.34 0 0.02
HSL 291.63º 0.91% 0.82% -
HSV(B) 291.63º 0.34% 0.98% -
XYZ 66.46 52.23 97.84 -
YUV 196.93 158.52 158.01 -
System Red Green Blue C M Y K H S L
Decimal 239 165 251 0.05 0.34 0 0.02 291.63 0.91 0.82
Hex EF A5 FB 5 22 0 2 124 5B 52
Octal 357 245 373 5 42 0 2 444 133 122
Binary 11101111 10100101 11111011 101 100010 0 10 100100100 1011011 1010010

Color Harmonies of #EFA5FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA5FB

Black with #EFA5FB

Text Example


Text Example

White with #EFA5FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA5FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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