#EAC3FE

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

Shades of Mauve #EAC3FE

Tints of Mauve #EAC3FE

Color information

#EAC3FE (or 0xEAC3FE) is unknown color: approx Mauve. HEX triplet: EA, C3 and FE. RGB value is (234,195,254). Sum of RGB (Red+Green+Blue) = 234+195+254=683 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.26% from 683); Green value is 195 (76.56% from 255 or 28.55% from 683); Blue value is 254 (99.61% from 255 or 37.19% from 683); Max value from RGB is 254 - color contains mainly: blue. Hex color #EAC3FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC3FE is #153C01. Grayscale: #D5D5D5. Windows color (decimal): -1391618 or 16696298. OLE color: 16696298.

HSL color Cylindrical-coordinate representation of color #EAC3FE: hue angle of 279.66º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EAC3FE is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB234195254-
CMYK0.080.2300.00
HSL279.66º96.72%88.04%-
HSV(B)279.66º23.23%99.61%-
XYZ71.3463.68102.3-
YUV213.39150.92142.7-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.26%
GREEN value IS 195 (76.56% from 255) = 28.55%
BLUE value IS 254 (99.61% from 255) = 37.19%
R=34.26%
G=28.55%
B=37.19%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2341952540.080.2300.00279.6696.7288.04
HexEAC3FE817001186158
Octal352303376102700430141130
Binary1110101011000011111111101000101110010001100011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC3FE; }

 p { color: rgb(234,195,254); }

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

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

 a { background-color: rgb(234,195,254); }

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

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

 span { border-color: rgb(234,195,254); }

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