#EAA8FD

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

Shades of Mauve #EAA8FD

Tints of Mauve #EAA8FD

Color information

#EAA8FD (or 0xEAA8FD) is unknown color: approx Mauve. HEX triplet: EA, A8 and FD. RGB value is (234,168,253). Sum of RGB (Red+Green+Blue) = 234+168+253=655 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.73% from 655); Green value is 168 (66.02% from 255 or 25.65% from 655); Blue value is 253 (99.22% from 255 or 38.63% from 655); Max value from RGB is 253 - color contains mainly: blue. Hex color #EAA8FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAA8FD is #155702. Grayscale: #C5C5C5. Windows color (decimal): -1398531 or 16623850. OLE color: 16623850.

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

Color convert

RGB234168253-
CMYK0.080.3400.01
HSL286.59º95.51%82.55%-
HSV(B)286.59º33.6%99.22%-
XYZ65.6652.5999.62-
YUV197.42159.37154.09-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.73%
GREEN value IS 168 (66.02% from 255) = 25.65%
BLUE value IS 253 (99.22% from 255) = 38.63%
R=35.73%
G=25.65%
B=38.63%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2341682530.080.3400.01286.5995.5182.55
HexEAA8FD8220111f6053
Octal352250375104201437140123
Binary11101010101010001111110110001000100110001111111000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA8FD; }

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

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

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

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

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

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

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

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