Html Css Color HEX #E1A2F6 Mauve

📋 copy color: '#E1A2F6'

red 225 ◦ green 162 ◦ blue 246

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

Shades of Mauve #E1A2F6

Tints of Mauve #E1A2F6

RGB

 RED value IS 225 (88.28% from 255) = 35.55%

 GREEN value IS 162 (63.67% from 255) = 25.59%

 BLUE value IS 246 (96.48% from 255) = 38.86%

R = 35.55%
G = 25.59%
B = 38.86%

CMYK

 C value IS 0.09

 M value IS 0.34

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E1A2F6 (or 0xE1A2F6) is known color: Mauve. HEX triplet: E1, A2 and F6. RGB value is (225,162,246). Sum of RGB (Red+Green+Blue) = 225+162+246=633 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.55% from 633); Green value is 162 (63.67% from 255 or 25.59% from 633); Blue value is 246 (96.48% from 255 or 38.86% from 633); Max value from RGB is 246 - color contains mainly: blue. Hex color #E1A2F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1A2F6 is #1E5D09. Grayscale: #BEBEBE. Windows color (decimal): -1989898 or 16163553. OLE color: 16163553.

HSL color Cylindrical-coordinate representation of color #E1A2F6: hue angle of 285º degrees, saturation: 0.82, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E1A2F6 is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 225 162 246 -
CMYK 0.09 0.34 0 0.04
HSL 285º 0.82% 0.8% -
HSV(B) 285º 0.34% 0.96% -
XYZ 60.61 48.5 93.36 -
YUV 190.41 159.37 152.67 -
System Red Green Blue C M Y K H S L
Decimal 225 162 246 0.09 0.34 0 0.04 285 0.82 0.8
Hex E1 A2 F6 9 22 0 4 11D 52 50
Octal 341 242 366 11 42 0 4 435 122 120
Binary 11100001 10100010 11110110 1001 100010 0 100 100011101 1010010 1010000

Color Harmonies of #E1A2F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A2F6

Black with #E1A2F6

Text Example


Text Example

White with #E1A2F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A2F6; }

 p { color: rgb(225,162,246); }

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

background-color css

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

 a { background-color: rgb(225,162,246); }

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

border-color css

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

 span { border-color: rgb(225,162,246); }

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