Html Css Color HEX #EAA0FF Mauve

📋 copy color: '#EAA0FF'

red 234 ◦ green 160 ◦ blue 255

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

Shades of Mauve #EAA0FF

Tints of Mauve #EAA0FF

RGB

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

 GREEN value IS 160 (62.89% from 255) = 24.65%

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

R = 36.06%
G = 24.65%
B = 39.29%

CMYK

 C value IS 0.08

 M value IS 0.37

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EAA0FF (or 0xEAA0FF) is known color: Mauve. HEX triplet: EA, A0 and FF. RGB value is (234,160,255). Sum of RGB (Red+Green+Blue) = 234+160+255=649 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.06% from 649); Green value is 160 (62.89% from 255 or 24.65% from 649); Blue value is 255 (100% from 255 or 39.29% from 649); Max value from RGB is 255 - color contains mainly: blue. Hex color #EAA0FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAA0FF is #155F00. Grayscale: #C0C0C0. Windows color (decimal): -1400577 or 16752874. OLE color: 16752874.

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

Color convert

RGB 234 160 255 -
CMYK 0.08 0.37 0 0
HSL 286.74º 1% 0.81% -
HSV(B) 286.74º 0.37% 1% -
XYZ 64.55 49.85 100.83 -
YUV 192.96 163.02 157.28 -
System Red Green Blue C M Y K H S L
Decimal 234 160 255 0.08 0.37 0 0 286.74 1 0.81
Hex EA A0 FF 8 25 0 0 11F 64 51
Octal 352 240 377 10 45 0 0 437 144 121
Binary 11101010 10100000 11111111 1000 100101 0 0 100011111 1100100 1010001

Color Harmonies of #EAA0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA0FF

Black with #EAA0FF

Text Example


Text Example

White with #EAA0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA0FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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