#E0ADFE

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

Shades of Mauve #E0ADFE

Tints of Mauve #E0ADFE

Color information

#E0ADFE (or 0xE0ADFE) is unknown color: approx Mauve. HEX triplet: E0, AD and FE. RGB value is (224,173,254). Sum of RGB (Red+Green+Blue) = 224+173+254=651 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.41% from 651); Green value is 173 (67.97% from 255 or 26.57% from 651); Blue value is 254 (99.61% from 255 or 39.02% from 651); Max value from RGB is 254 - color contains mainly: blue. Hex color #E0ADFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0ADFE is #1F5201. Grayscale: #C5C5C5. Windows color (decimal): -2052610 or 16690656. OLE color: 16690656.

HSL color Cylindrical-coordinate representation of color #E0ADFE: hue angle of 277.78º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E0ADFE is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB224173254-
CMYK0.120.3200.00
HSL277.78º97.59%83.73%-
HSV(B)277.78º31.89%99.61%-
XYZ63.5752.89100.62-
YUV197.48159.9146.91-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.41%
GREEN value IS 173 (67.97% from 255) = 26.57%
BLUE value IS 254 (99.61% from 255) = 39.02%
R=34.41%
G=26.57%
B=39.02%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2241732540.120.3200.00277.7897.5983.73
HexE0ADFEC20001166254
Octal340255376144000426142124
Binary11100000101011011111111011001000000010001011011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0ADFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0ADFE; }

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

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

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

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

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

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

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

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