#EEA0FD

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

Shades of Mauve #EEA0FD

Tints of Mauve #EEA0FD

Color information

#EEA0FD (or 0xEEA0FD) is unknown color: approx Mauve. HEX triplet: EE, A0 and FD. RGB value is (238,160,253). Sum of RGB (Red+Green+Blue) = 238+160+253=651 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.56% from 651); Green value is 160 (62.89% from 255 or 24.58% from 651); Blue value is 253 (99.22% from 255 or 38.86% from 651); Max value from RGB is 253 - color contains mainly: blue. Hex color #EEA0FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEA0FD is #115F02. Grayscale: #C1C1C1. Windows color (decimal): -1138435 or 16621806. OLE color: 16621806.

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

Color convert

RGB238160253-
CMYK0.060.3700.01
HSL290.32º95.88%80.98%-
HSV(B)290.32º36.76%99.22%-
XYZ65.5650.4199.2-
YUV193.92161.34159.44-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.56%
GREEN value IS 160 (62.89% from 255) = 24.58%
BLUE value IS 253 (99.22% from 255) = 38.86%
R=36.56%
G=24.58%
B=38.86%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2381602530.060.3700.01290.3295.8880.98
HexEEA0FD625011226051
Octal35624037564501442140121
Binary1110111010100000111111011101001010110010001011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA0FD; }

 p { color: rgb(238,160,253); }

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

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

 a { background-color: rgb(238,160,253); }

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

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

 span { border-color: rgb(238,160,253); }

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