#EFACFE

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

Shades of Mauve #EFACFE

Tints of Mauve #EFACFE

Color information

#EFACFE (or 0xEFACFE) is unknown color: approx Mauve. HEX triplet: EF, AC and FE. RGB value is (239,172,254). Sum of RGB (Red+Green+Blue) = 239+172+254=665 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.94% from 665); Green value is 172 (67.58% from 255 or 25.86% from 665); Blue value is 254 (99.61% from 255 or 38.20% from 665); Max value from RGB is 254 - color contains mainly: blue. Hex color #EFACFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFACFE is #105301. Grayscale: #C9C9C9. Windows color (decimal): -1069826 or 16690415. OLE color: 16690415.

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

Color convert

RGB239172254-
CMYK0.060.3200.00
HSL289.02º97.62%83.53%-
HSV(B)289.02º32.28%99.61%-
XYZ68.2455.01100.79-
YUV201.38157.7154.83-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.94%
GREEN value IS 172 (67.58% from 255) = 25.86%
BLUE value IS 254 (99.61% from 255) = 38.20%
R=35.94%
G=25.86%
B=38.20%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2391722540.060.3200.00289.0297.6283.53
HexEFACFE620001216254
Octal35725437664000441142124
Binary1110111110101100111111101101000000010010000111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFACFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFACFE; }

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

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

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

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

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

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

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

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