Html Css Color HEX #E3A0F7 Mauve

📋 copy color: '#E3A0F7'

red 227 ◦ green 160 ◦ blue 247

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

Shades of Mauve #E3A0F7

Tints of Mauve #E3A0F7

RGB

 RED value IS 227 (89.06% from 255) = 35.8%

 GREEN value IS 160 (62.89% from 255) = 25.24%

 BLUE value IS 247 (96.88% from 255) = 38.96%

R = 35.8%
G = 25.24%
B = 38.96%

CMYK

 C value IS 0.08

 M value IS 0.35

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#E3A0F7 (or 0xE3A0F7) is known color: Mauve. HEX triplet: E3, A0 and F7. RGB value is (227,160,247). Sum of RGB (Red+Green+Blue) = 227+160+247=634 (83% of max value = 765). Red value is 227 (89.06% from 255 or 35.80% from 634); Green value is 160 (62.89% from 255 or 25.24% from 634); Blue value is 247 (96.88% from 255 or 38.96% from 634); Max value from RGB is 247 - color contains mainly: blue. Hex color #E3A0F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E3A0F7 is #1C5F08. Grayscale: #BDBDBD. Windows color (decimal): -1859337 or 16228579. OLE color: 16228579.

HSL color Cylindrical-coordinate representation of color #E3A0F7: hue angle of 286.21º degrees, saturation: 0.84, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E3A0F7 is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 227 160 247 -
CMYK 0.08 0.35 0 0.03
HSL 286.21º 0.84% 0.8% -
HSV(B) 286.21º 0.35% 0.97% -
XYZ 61.04 48.19 94.08 -
YUV 189.95 160.2 154.43 -
System Red Green Blue C M Y K H S L
Decimal 227 160 247 0.08 0.35 0 0.03 286.21 0.84 0.8
Hex E3 A0 F7 8 23 0 3 11E 54 50
Octal 343 240 367 10 43 0 3 436 124 120
Binary 11100011 10100000 11110111 1000 100011 0 11 100011110 1010100 1010000

Color Harmonies of #E3A0F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3A0F7

Black with #E3A0F7

Text Example


Text Example

White with #E3A0F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3A0F7; }

 p { color: rgb(227,160,247); }

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

background-color css

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

 a { background-color: rgb(227,160,247); }

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

border-color css

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

 span { border-color: rgb(227,160,247); }

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