#eac2fb

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

Shades of Mauve #EAC2FB

Tints of Mauve #EAC2FB

Color information

#EAC2FB (or 0xEAC2FB) is unknown color: approx Mauve. HEX triplet: EA, C2 and FB. RGB value is (234,194,251). Sum of RGB (Red+Green+Blue) = 234+194+251=679 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.46% from 679); Green value is 194 (76.17% from 255 or 28.57% from 679); Blue value is 251 (98.44% from 255 or 36.97% from 679); Max value from RGB is 251 - color contains mainly: blue. Hex color #EAC2FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC2FB is #153D04. Grayscale: #D4D4D4. Windows color (decimal): -1391877 or 16499434. OLE color: 16499434.

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

Color convert

RGB234194251-
CMYK0.070.2300.02
HSL282.11º87.69%87.25%-
HSV(B)282.11º22.71%98.43%-
XYZ70.6463.0499.71-
YUV212.46149.75143.37-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.46%
GREEN value IS 194 (76.17% from 255) = 28.57%
BLUE value IS 251 (98.44% from 255) = 36.97%
R=34.46%
G=28.57%
B=36.97%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2341942510.070.2300.02282.1187.6987.25
HexEAC2FB7170211a5857
Octal35230237372702432130127
Binary1110101011000010111110111111011101010001101010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eac2fb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eac2fb; }

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

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

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

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

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

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

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

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