Html Css Color HEX #E0A9F0 Mauve

📋 copy color: '#E0A9F0'

red 224 ◦ green 169 ◦ blue 240

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

Shades of Mauve #E0A9F0

Tints of Mauve #E0A9F0

RGB

 RED value IS 224 (87.89% from 255) = 35.39%

 GREEN value IS 169 (66.41% from 255) = 26.7%

 BLUE value IS 240 (94.14% from 255) = 37.91%

R = 35.39%
G = 26.7%
B = 37.91%

CMYK

 C value IS 0.07

 M value IS 0.30

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E0A9F0 (or 0xE0A9F0) is known color: Mauve. HEX triplet: E0, A9 and F0. RGB value is (224,169,240). Sum of RGB (Red+Green+Blue) = 224+169+240=633 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.39% from 633); Green value is 169 (66.41% from 255 or 26.70% from 633); Blue value is 240 (94.14% from 255 or 37.91% from 633); Max value from RGB is 240 - color contains mainly: blue. Hex color #E0A9F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0A9F0 is #1F560F. Grayscale: #C1C1C1. Windows color (decimal): -2053648 or 15772128. OLE color: 15772128.

HSL color Cylindrical-coordinate representation of color #E0A9F0: hue angle of 286.48º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E0A9F0 is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 224 169 240 -
CMYK 0.07 0.30 0 0.06
HSL 286.48º 0.7% 0.8% -
HSV(B) 286.48º 0.3% 0.94% -
XYZ 60.66 50.51 88.99 -
YUV 193.54 154.22 149.73 -
System Red Green Blue C M Y K H S L
Decimal 224 169 240 0.07 0.30 0 0.06 286.48 0.7 0.8
Hex E0 A9 F0 7 1E 0 6 11E 46 50
Octal 340 251 360 7 36 0 6 436 106 120
Binary 11100000 10101001 11110000 111 11110 0 110 100011110 1000110 1010000

Color Harmonies of #E0A9F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A9F0

Black with #E0A9F0

Text Example


Text Example

White with #E0A9F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A9F0; }

 p { color: rgb(224,169,240); }

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

background-color css

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

 a { background-color: rgb(224,169,240); }

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

border-color css

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

 span { border-color: rgb(224,169,240); }

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