Html Css Color HEX #EAA5FF Mauve

📋 copy color: '#EAA5FF'

red 234 ◦ green 165 ◦ blue 255

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

Shades of Mauve #EAA5FF

Tints of Mauve #EAA5FF

RGB

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

 GREEN value IS 165 (64.84% from 255) = 25.23%

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

R = 35.78%
G = 25.23%
B = 38.99%

CMYK

 C value IS 0.08

 M value IS 0.35

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EAA5FF (or 0xEAA5FF) is known color: Mauve. HEX triplet: EA, A5 and FF. RGB value is (234,165,255). Sum of RGB (Red+Green+Blue) = 234+165+255=654 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.78% from 654); Green value is 165 (64.84% from 255 or 25.23% from 654); Blue value is 255 (100% from 255 or 38.99% from 654); Max value from RGB is 255 - color contains mainly: blue. Hex color #EAA5FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAA5FF is #155A00. Grayscale: #C3C3C3. Windows color (decimal): -1399297 or 16754154. OLE color: 16754154.

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

Color convert

RGB 234 165 255 -
CMYK 0.08 0.35 0 0
HSL 286º 1% 0.82% -
HSV(B) 286º 0.35% 1% -
XYZ 65.44 51.62 101.12 -
YUV 195.89 161.36 155.18 -
System Red Green Blue C M Y K H S L
Decimal 234 165 255 0.08 0.35 0 0 286 1 0.82
Hex EA A5 FF 8 23 0 0 11E 64 52
Octal 352 245 377 10 43 0 0 436 144 122
Binary 11101010 10100101 11111111 1000 100011 0 0 100011110 1100100 1010010

Color Harmonies of #EAA5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA5FF

Black with #EAA5FF

Text Example


Text Example

White with #EAA5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA5FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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