Html Css Color HEX #E9AEFA Mauve

📋 copy color: '#E9AEFA'

red 233 ◦ green 174 ◦ blue 250

#E9AEFA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mauve #E9AEFA

Tints of Mauve #E9AEFA

RGB

 RED value IS 233 (91.41% from 255) = 35.46%

 GREEN value IS 174 (68.36% from 255) = 26.48%

 BLUE value IS 250 (98.05% from 255) = 38.05%

R = 35.46%
G = 26.48%
B = 38.05%

CMYK

 C value IS 0.07

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E9AEFA (or 0xE9AEFA) is known color: Mauve. HEX triplet: E9, AE and FA. RGB value is (233,174,250). Sum of RGB (Red+Green+Blue) = 233+174+250=657 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.46% from 657); Green value is 174 (68.36% from 255 or 26.48% from 657); Blue value is 250 (98.05% from 255 or 38.05% from 657); Max value from RGB is 250 - color contains mainly: blue. Hex color #E9AEFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E9AEFA is #165105. Grayscale: #C8C8C8. Windows color (decimal): -1462534 or 16428777. OLE color: 16428777.

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

Color convert

RGB 233 174 250 -
CMYK 0.07 0.30 0 0.02
HSL 286.58º 0.88% 0.83% -
HSV(B) 286.58º 0.3% 0.98% -
XYZ 66 54.5 97.48 -
YUV 200.31 156.05 151.32 -
System Red Green Blue C M Y K H S L
Decimal 233 174 250 0.07 0.30 0 0.02 286.58 0.88 0.83
Hex E9 AE FA 7 1E 0 2 11F 58 53
Octal 351 256 372 7 36 0 2 437 130 123
Binary 11101001 10101110 11111010 111 11110 0 10 100011111 1011000 1010011

Color Harmonies of #E9AEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9AEFA

Black with #E9AEFA

Text Example


Text Example

White with #E9AEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9AEFA; }

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

 H1.HeaderClassName
 {
   color: #E9AEFA;
 }
 .AnyTagClassName
 {
   color: #E9AEFA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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