Html Css Color HEX #E0A6FE Mauve

📋 copy color: '#E0A6FE'

red 224 ◦ green 166 ◦ blue 254

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

Shades of Mauve #E0A6FE

Tints of Mauve #E0A6FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 39.44%

R = 34.78%
G = 25.78%
B = 39.44%

CMYK

 C value IS 0.12

 M value IS 0.35

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E0A6FE (or 0xE0A6FE) is known color: Mauve. HEX triplet: E0, A6 and FE. RGB value is (224,166,254). Sum of RGB (Red+Green+Blue) = 224+166+254=644 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.78% from 644); Green value is 166 (65.23% from 255 or 25.78% from 644); Blue value is 254 (99.61% from 255 or 39.44% from 644); Max value from RGB is 254 - color contains mainly: blue. Hex color #E0A6FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0A6FE is #1F5901. Grayscale: #C1C1C1. Windows color (decimal): -2054402 or 16688864. OLE color: 16688864.

HSL color Cylindrical-coordinate representation of color #E0A6FE: hue angle of 279.55º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E0A6FE is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 224 166 254 -
CMYK 0.12 0.35 0 0.00
HSL 279.55º 0.98% 0.82% -
HSV(B) 279.55º 0.35% 1% -
XYZ 62.27 50.28 100.19 -
YUV 193.37 162.22 149.84 -
System Red Green Blue C M Y K H S L
Decimal 224 166 254 0.12 0.35 0 0.00 279.55 0.98 0.82
Hex E0 A6 FE C 23 0 0 118 62 52
Octal 340 246 376 14 43 0 0 430 142 122
Binary 11100000 10100110 11111110 1100 100011 0 0 100011000 1100010 1010010

Color Harmonies of #E0A6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A6FE

Black with #E0A6FE

Text Example


Text Example

White with #E0A6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A6FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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