Html Css Color HEX #E0A6FA Mauve

📋 copy color: '#E0A6FA'

red 224 ◦ green 166 ◦ blue 250

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

Shades of Mauve #E0A6FA

Tints of Mauve #E0A6FA

RGB

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

 GREEN value IS 166 (65.23% from 255) = 25.94%

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

R = 35%
G = 25.94%
B = 39.06%

CMYK

 C value IS 0.10

 M value IS 0.34

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E0A6FA (or 0xE0A6FA) is known color: Mauve. HEX triplet: E0, A6 and FA. RGB value is (224,166,250). Sum of RGB (Red+Green+Blue) = 224+166+250=640 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35% from 640); Green value is 166 (65.23% from 255 or 25.94% from 640); Blue value is 250 (98.05% from 255 or 39.06% from 640); Max value from RGB is 250 - color contains mainly: blue. Hex color #E0A6FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0A6FA is #1F5905. Grayscale: #C0C0C0. Windows color (decimal): -2054406 or 16426720. OLE color: 16426720.

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

Color convert

RGB 224 166 250 -
CMYK 0.10 0.34 0 0.02
HSL 281.43º 0.89% 0.82% -
HSV(B) 281.43º 0.34% 0.98% -
XYZ 61.63 50.02 96.85 -
YUV 192.92 160.22 150.17 -
System Red Green Blue C M Y K H S L
Decimal 224 166 250 0.10 0.34 0 0.02 281.43 0.89 0.82
Hex E0 A6 FA A 22 0 2 119 59 52
Octal 340 246 372 12 42 0 2 431 131 122
Binary 11100000 10100110 11111010 1010 100010 0 10 100011001 1011001 1010010

Color Harmonies of #E0A6FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A6FA

Black with #E0A6FA

Text Example


Text Example

White with #E0A6FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A6FA; }

 p { color: rgb(224,166,250); }

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

background-color css

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

 a { background-color: rgb(224,166,250); }

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

border-color css

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

 span { border-color: rgb(224,166,250); }

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