#EAC3FB

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

Shades of Mauve #EAC3FB

Tints of Mauve #EAC3FB

Color information

#EAC3FB (or 0xEAC3FB) is unknown color: approx Mauve. HEX triplet: EA, C3 and FB. RGB value is (234,195,251). Sum of RGB (Red+Green+Blue) = 234+195+251=680 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.41% from 680); Green value is 195 (76.56% from 255 or 28.68% from 680); Blue value is 251 (98.44% from 255 or 36.91% from 680); Max value from RGB is 251 - color contains mainly: blue. Hex color #EAC3FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC3FB is #153C04. Grayscale: #D4D4D4. Windows color (decimal): -1391621 or 16499690. OLE color: 16499690.

HSL color Cylindrical-coordinate representation of color #EAC3FB: hue angle of 281.79º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EAC3FB is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB234195251-
CMYK0.070.2200.02
HSL281.79º87.5%87.45%-
HSV(B)281.79º22.31%98.43%-
XYZ70.8663.4999.79-
YUV213.04149.42142.95-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.41%
GREEN value IS 195 (76.56% from 255) = 28.68%
BLUE value IS 251 (98.44% from 255) = 36.91%
R=34.41%
G=28.68%
B=36.91%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2341952510.070.2200.02281.7987.587.45
HexEAC3FB7160211a5857
Octal35230337372602432130127
Binary1110101011000011111110111111011001010001101010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC3FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC3FB; }

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

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

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

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

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

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

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

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