Html Css Color HEX #E2A2FF Mauve

📋 copy color: '#E2A2FF'

red 226 ◦ green 162 ◦ blue 255

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

Shades of Mauve #E2A2FF

Tints of Mauve #E2A2FF

RGB

 RED value IS 226 (88.67% from 255) = 35.15%

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

 BLUE value IS 255 (100% from 255) = 39.66%

R = 35.15%
G = 25.19%
B = 39.66%

CMYK

 C value IS 0.11

 M value IS 0.36

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E2A2FF (or 0xE2A2FF) is known color: Mauve. HEX triplet: E2, A2 and FF. RGB value is (226,162,255). Sum of RGB (Red+Green+Blue) = 226+162+255=643 (85% of max value = 765). Red value is 226 (88.67% from 255 or 35.15% from 643); Green value is 162 (63.67% from 255 or 25.19% from 643); Blue value is 255 (100% from 255 or 39.66% from 643); Max value from RGB is 255 - color contains mainly: blue. Hex color #E2A2FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2A2FF is #1D5D00. Grayscale: #BFBFBF. Windows color (decimal): -1924353 or 16753378. OLE color: 16753378.

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

Color convert

RGB 226 162 255 -
CMYK 0.11 0.36 0 0
HSL 281.29º 1% 0.82% -
HSV(B) 281.29º 0.36% 1% -
XYZ 62.33 49.23 100.82 -
YUV 191.74 163.7 152.44 -
System Red Green Blue C M Y K H S L
Decimal 226 162 255 0.11 0.36 0 0 281.29 1 0.82
Hex E2 A2 FF B 24 0 0 119 64 52
Octal 342 242 377 13 44 0 0 431 144 122
Binary 11100010 10100010 11111111 1011 100100 0 0 100011001 1100100 1010010

Color Harmonies of #E2A2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2A2FF

Black with #E2A2FF

Text Example


Text Example

White with #E2A2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2A2FF; }

 p { color: rgb(226,162,255); }

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

background-color css

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

 a { background-color: rgb(226,162,255); }

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

border-color css

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

 span { border-color: rgb(226,162,255); }

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