#E0ADED

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

Shades of Mauve #E0ADED

Tints of Mauve #E0ADED

Color information

#E0ADED (or 0xE0ADED) is unknown color: approx Mauve. HEX triplet: E0, AD and ED. RGB value is (224,173,237). Sum of RGB (Red+Green+Blue) = 224+173+237=634 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.33% from 634); Green value is 173 (67.97% from 255 or 27.29% from 634); Blue value is 237 (92.97% from 255 or 37.38% from 634); Max value from RGB is 237 - color contains mainly: blue. Hex color #E0ADED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0ADED is #1F5212. Grayscale: #C3C3C3. Windows color (decimal): -2052627 or 15576544. OLE color: 15576544.

HSL color Cylindrical-coordinate representation of color #E0ADED: hue angle of 287.81º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E0ADED is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB224173237-
CMYK0.050.2700.07
HSL287.81º64%80.39%-
HSV(B)287.81º27%92.94%-
XYZ60.9751.8586.92-
YUV195.54151.4148.3-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.33%
GREEN value IS 173 (67.97% from 255) = 27.29%
BLUE value IS 237 (92.97% from 255) = 37.38%
R=35.33%
G=27.29%
B=37.38%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2241732370.050.2700.07287.816480.39
HexE0ADED51B071204050
Octal34025535553307440100120
Binary11100000101011011110110110111011011110010000010000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0ADED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0ADED; }

 p { color: rgb(224,173,237); }

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

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

 a { background-color: rgb(224,173,237); }

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

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

 span { border-color: rgb(224,173,237); }

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