#E4ADFE

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

Shades of Mauve #E4ADFE

Tints of Mauve #E4ADFE

Color information

#E4ADFE (or 0xE4ADFE) is unknown color: approx Mauve. HEX triplet: E4, AD and FE. RGB value is (228,173,254). Sum of RGB (Red+Green+Blue) = 228+173+254=655 (86% of max value = 765). Red value is 228 (89.45% from 255 or 34.81% from 655); Green value is 173 (67.97% from 255 or 26.41% from 655); Blue value is 254 (99.61% from 255 or 38.78% from 655); Max value from RGB is 254 - color contains mainly: blue. Hex color #E4ADFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E4ADFE is #1B5201. Grayscale: #C6C6C6. Windows color (decimal): -1790466 or 16690660. OLE color: 16690660.

HSL color Cylindrical-coordinate representation of color #E4ADFE: hue angle of 280.74º 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 #E4ADFE is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB228173254-
CMYK0.100.3200.00
HSL280.74º97.59%83.73%-
HSV(B)280.74º31.89%99.61%-
XYZ64.8353.54100.68-
YUV198.68159.22148.91-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 34.81%
GREEN value IS 173 (67.97% from 255) = 26.41%
BLUE value IS 254 (99.61% from 255) = 38.78%
R=34.81%
G=26.41%
B=38.78%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2281732540.100.3200.00280.7497.5983.73
HexE4ADFEA20001196254
Octal344255376124000431142124
Binary11100100101011011111111010101000000010001100111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4ADFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4ADFE; }

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

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

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

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

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

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

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

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