Html Css Color HEX #E5A2FF Mauve

📋 copy color: '#E5A2FF'

red 229 ◦ green 162 ◦ blue 255

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

Shades of Mauve #E5A2FF

Tints of Mauve #E5A2FF

RGB

 RED value IS 229 (89.84% from 255) = 35.45%

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

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

R = 35.45%
G = 25.08%
B = 39.47%

CMYK

 C value IS 0.10

 M value IS 0.36

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E5A2FF (or 0xE5A2FF) is known color: Mauve. HEX triplet: E5, A2 and FF. RGB value is (229,162,255). Sum of RGB (Red+Green+Blue) = 229+162+255=646 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.45% from 646); Green value is 162 (63.67% from 255 or 25.08% from 646); Blue value is 255 (100% from 255 or 39.47% from 646); Max value from RGB is 255 - color contains mainly: blue. Hex color #E5A2FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5A2FF is #1A5D00. Grayscale: #C0C0C0. Windows color (decimal): -1727745 or 16753381. OLE color: 16753381.

HSL color Cylindrical-coordinate representation of color #E5A2FF: hue angle of 283.23º 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 #E5A2FF is Cyan = 0.10, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 229 162 255 -
CMYK 0.10 0.36 0 0
HSL 283.23º 1% 0.82% -
HSV(B) 283.23º 0.36% 1% -
XYZ 63.28 49.72 100.87 -
YUV 192.64 163.2 153.94 -
System Red Green Blue C M Y K H S L
Decimal 229 162 255 0.10 0.36 0 0 283.23 1 0.82
Hex E5 A2 FF A 24 0 0 11B 64 52
Octal 345 242 377 12 44 0 0 433 144 122
Binary 11100101 10100010 11111111 1010 100100 0 0 100011011 1100100 1010010

Color Harmonies of #E5A2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5A2FF

Black with #E5A2FF

Text Example


Text Example

White with #E5A2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5A2FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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