#EAC0FD

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

Shades of Mauve #EAC0FD

Tints of Mauve #EAC0FD

Color information

#EAC0FD (or 0xEAC0FD) is unknown color: approx Mauve. HEX triplet: EA, C0 and FD. RGB value is (234,192,253). Sum of RGB (Red+Green+Blue) = 234+192+253=679 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.46% from 679); Green value is 192 (75.39% from 255 or 28.28% from 679); Blue value is 253 (99.22% from 255 or 37.26% from 679); Max value from RGB is 253 - color contains mainly: blue. Hex color #EAC0FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC0FD is #153F02. Grayscale: #D3D3D3. Windows color (decimal): -1392387 or 16629994. OLE color: 16629994.

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

Color convert

RGB234192253-
CMYK0.080.2400.01
HSL281.31º93.85%87.25%-
HSV(B)281.31º24.11%99.22%-
XYZ70.5162.28101.23-
YUV211.51151.41144.04-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.46%
GREEN value IS 192 (75.39% from 255) = 28.28%
BLUE value IS 253 (99.22% from 255) = 37.26%
R=34.46%
G=28.28%
B=37.26%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2341922530.080.2400.01281.3193.8587.25
HexEAC0FD818011195e57
Octal352300375103001431136127
Binary1110101011000000111111011000110000110001100110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC0FD; }

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

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

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

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

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

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

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

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