#E9ADFA

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

Shades of Mauve #E9ADFA

Tints of Mauve #E9ADFA

Color information

#E9ADFA (or 0xE9ADFA) is unknown color: approx Mauve. HEX triplet: E9, AD and FA. RGB value is (233,173,250). Sum of RGB (Red+Green+Blue) = 233+173+250=656 (86% of max value = 765). Red value is 233 (91.41% from 255 or 35.52% from 656); Green value is 173 (67.97% from 255 or 26.37% from 656); Blue value is 250 (98.05% from 255 or 38.11% from 656); Max value from RGB is 250 - color contains mainly: blue. Hex color #E9ADFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E9ADFA is #165205. Grayscale: #C7C7C7. Windows color (decimal): -1462790 or 16428521. OLE color: 16428521.

HSL color Cylindrical-coordinate representation of color #E9ADFA: hue angle of 286.75º 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 #E9ADFA is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB233173250-
CMYK0.070.3100.02
HSL286.75º88.51%82.94%-
HSV(B)286.75º30.8%98.04%-
XYZ65.854.1197.42-
YUV199.72156.38151.74-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.52%
GREEN value IS 173 (67.97% from 255) = 26.37%
BLUE value IS 250 (98.05% from 255) = 38.11%
R=35.52%
G=26.37%
B=38.11%

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
Decimal2331732500.070.3100.02286.7588.5182.94
HexE9ADFA71F0211f5953
Octal35125537273702437131123
Binary1110100110101101111110101111111101010001111110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9ADFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9ADFA; }

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

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

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

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

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

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

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

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