#E4ADF0

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

Shades of Mauve #E4ADF0

Tints of Mauve #E4ADF0

Color information

#E4ADF0 (or 0xE4ADF0) is unknown color: approx Mauve. HEX triplet: E4, AD and F0. RGB value is (228,173,240). Sum of RGB (Red+Green+Blue) = 228+173+240=641 (84% of max value = 765). Red value is 228 (89.45% from 255 or 35.57% from 641); Green value is 173 (67.97% from 255 or 26.99% from 641); Blue value is 240 (94.14% from 255 or 37.44% from 641); Max value from RGB is 240 - color contains mainly: blue. Hex color #E4ADF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E4ADF0 is #1B520F. Grayscale: #C4C4C4. Windows color (decimal): -1790480 or 15773156. OLE color: 15773156.

HSL color Cylindrical-coordinate representation of color #E4ADF0: hue angle of 289.25º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E4ADF0 is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB228173240-
CMYK0.050.2800.06
HSL289.25º69.07%80.98%-
HSV(B)289.25º27.92%94.12%-
XYZ62.6752.6789.3-
YUV197.08152.22150.05-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 35.57%
GREEN value IS 173 (67.97% from 255) = 26.99%
BLUE value IS 240 (94.14% from 255) = 37.44%
R=35.57%
G=26.99%
B=37.44%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2281732400.050.2800.06289.2569.0780.98
HexE4ADF051C061214551
Octal34425536053406441105121
Binary11100100101011011111000010111100011010010000110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4ADF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4ADF0; }

 p { color: rgb(228,173,240); }

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

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

 a { background-color: rgb(228,173,240); }

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

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

 span { border-color: rgb(228,173,240); }

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