#E8ADFA

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

Shades of Mauve #E8ADFA

Tints of Mauve #E8ADFA

Color information

#E8ADFA (or 0xE8ADFA) is unknown color: approx Mauve. HEX triplet: E8, AD and FA. RGB value is (232,173,250). Sum of RGB (Red+Green+Blue) = 232+173+250=655 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.42% from 655); Green value is 173 (67.97% from 255 or 26.41% from 655); Blue value is 250 (98.05% from 255 or 38.17% from 655); Max value from RGB is 250 - color contains mainly: blue. Hex color #E8ADFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8ADFA is #175205. Grayscale: #C7C7C7. Windows color (decimal): -1528326 or 16428520. OLE color: 16428520.

HSL color Cylindrical-coordinate representation of color #E8ADFA: hue angle of 285.97º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E8ADFA is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB232173250-
CMYK0.070.3100.02
HSL285.97º88.51%82.94%-
HSV(B)285.97º30.8%98.04%-
XYZ65.4853.9597.4-
YUV199.42156.55151.24-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.42%
GREEN value IS 173 (67.97% from 255) = 26.41%
BLUE value IS 250 (98.05% from 255) = 38.17%
R=35.42%
G=26.41%
B=38.17%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2321732500.070.3100.02285.9788.5182.94
HexE8ADFA71F0211e5953
Octal35025537273702436131123
Binary1110100010101101111110101111111101010001111010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8ADFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8ADFA; }

 p { color: rgb(232,173,250); }

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

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

 a { background-color: rgb(232,173,250); }

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

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

 span { border-color: rgb(232,173,250); }

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