Html Css Color HEX #EAA2FF Mauve

📋 copy color: '#EAA2FF'

red 234 ◦ green 162 ◦ blue 255

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

Shades of Mauve #EAA2FF

Tints of Mauve #EAA2FF

RGB

 RED value IS 234 (91.8% from 255) = 35.94%

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

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

R = 35.94%
G = 24.88%
B = 39.17%

CMYK

 C value IS 0.08

 M value IS 0.36

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EAA2FF (or 0xEAA2FF) is known color: Mauve. HEX triplet: EA, A2 and FF. RGB value is (234,162,255). Sum of RGB (Red+Green+Blue) = 234+162+255=651 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.94% from 651); Green value is 162 (63.67% from 255 or 24.88% from 651); Blue value is 255 (100% from 255 or 39.17% from 651); Max value from RGB is 255 - color contains mainly: blue. Hex color #EAA2FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAA2FF is #155D00. Grayscale: #C1C1C1. Windows color (decimal): -1400065 or 16753386. OLE color: 16753386.

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

Color convert

RGB 234 162 255 -
CMYK 0.08 0.36 0 0
HSL 286.45º 1% 0.82% -
HSV(B) 286.45º 0.36% 1% -
XYZ 64.9 50.55 100.94 -
YUV 194.13 162.35 156.44 -
System Red Green Blue C M Y K H S L
Decimal 234 162 255 0.08 0.36 0 0 286.45 1 0.82
Hex EA A2 FF 8 24 0 0 11E 64 52
Octal 352 242 377 10 44 0 0 436 144 122
Binary 11101010 10100010 11111111 1000 100100 0 0 100011110 1100100 1010010

Color Harmonies of #EAA2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA2FF

Black with #EAA2FF

Text Example


Text Example

White with #EAA2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA2FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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