#EAACFD

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

Shades of Mauve #EAACFD

Tints of Mauve #EAACFD

Color information

#EAACFD (or 0xEAACFD) is unknown color: approx Mauve. HEX triplet: EA, AC and FD. RGB value is (234,172,253). Sum of RGB (Red+Green+Blue) = 234+172+253=659 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.51% from 659); Green value is 172 (67.58% from 255 or 26.10% from 659); Blue value is 253 (99.22% from 255 or 38.39% from 659); Max value from RGB is 253 - color contains mainly: blue. Hex color #EAACFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAACFD is #155302. Grayscale: #C7C7C7. Windows color (decimal): -1397507 or 16624874. OLE color: 16624874.

HSL color Cylindrical-coordinate representation of color #EAACFD: hue angle of 285.93º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EAACFD is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB234172253-
CMYK0.080.3200.01
HSL285.93º95.29%83.33%-
HSV(B)285.93º32.02%99.22%-
XYZ66.4154.0999.87-
YUV199.77158.04152.41-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.51%
GREEN value IS 172 (67.58% from 255) = 26.10%
BLUE value IS 253 (99.22% from 255) = 38.39%
R=35.51%
G=26.10%
B=38.39%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2341722530.080.3200.01285.9395.2983.33
HexEAACFD8200111e5f53
Octal352254375104001436137123
Binary11101010101011001111110110001000000110001111010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAACFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAACFD; }

 p { color: rgb(234,172,253); }

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

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

 a { background-color: rgb(234,172,253); }

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

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

 span { border-color: rgb(234,172,253); }

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