#EFA0FD

Color #EFA0FD Mauve (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve #EFA0FD

Tints of Mauve #EFA0FD

Color information

#EFA0FD (or 0xEFA0FD) is unknown color: approx Mauve. HEX triplet: EF, A0 and FD. RGB value is (239,160,253). Sum of RGB (Red+Green+Blue) = 239+160+253=652 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.66% from 652); Green value is 160 (62.89% from 255 or 24.54% from 652); Blue value is 253 (99.22% from 255 or 38.80% from 652); Max value from RGB is 253 - color contains mainly: blue. Hex color #EFA0FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA0FD is #105F02. Grayscale: #C1C1C1. Windows color (decimal): -1072899 or 16621807. OLE color: 16621807.

HSL color Cylindrical-coordinate representation of color #EFA0FD: hue angle of 290.97º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EFA0FD is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB239160253-
CMYK0.060.3700.01
HSL290.97º95.88%80.98%-
HSV(B)290.97º36.76%99.22%-
XYZ65.950.5899.22-
YUV194.22161.17159.94-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.66%
GREEN value IS 160 (62.89% from 255) = 24.54%
BLUE value IS 253 (99.22% from 255) = 38.80%
R=36.66%
G=24.54%
B=38.80%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2391602530.060.3700.01290.9795.8880.98
HexEFA0FD625011236051
Octal35724037564501443140121
Binary1110111110100000111111011101001010110010001111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA0FD; }

 p { color: rgb(239,160,253); }

 H1.HeaderClassName
 {
   color: #EFA0FD;
 }
 .AnyTagClassName
 {
   color: #EFA0FD;
 }
</style>
background-color css

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

 a { background-color: rgb(239,160,253); }

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

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

 span { border-color: rgb(239,160,253); }

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