#E5ADF3

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

Shades of Mauve #E5ADF3

Tints of Mauve #E5ADF3

Color information

#E5ADF3 (or 0xE5ADF3) is unknown color: approx Mauve. HEX triplet: E5, AD and F3. RGB value is (229,173,243). Sum of RGB (Red+Green+Blue) = 229+173+243=645 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.50% from 645); Green value is 173 (67.97% from 255 or 26.82% from 645); Blue value is 243 (95.31% from 255 or 37.67% from 645); Max value from RGB is 243 - color contains mainly: blue. Hex color #E5ADF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5ADF3 is #1A520C. Grayscale: #C5C5C5. Windows color (decimal): -1724941 or 15969765. OLE color: 15969765.

HSL color Cylindrical-coordinate representation of color #E5ADF3: hue angle of 288º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E5ADF3 is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB229173243-
CMYK0.060.2900.05
HSL288º74.47%81.57%-
HSV(B)288º28.81%95.29%-
XYZ63.4353.0291.68-
YUV197.72153.55150.31-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.50%
GREEN value IS 173 (67.97% from 255) = 26.82%
BLUE value IS 243 (95.31% from 255) = 37.67%
R=35.50%
G=26.82%
B=37.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2291732430.060.2900.0528874.4781.57
HexE5ADF361D051204a52
Octal34525536363505440112122
Binary11100101101011011111001111011101010110010000010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5ADF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5ADF3; }

 p { color: rgb(229,173,243); }

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

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

 a { background-color: rgb(229,173,243); }

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

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

 span { border-color: rgb(229,173,243); }

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