Html Css Color HEX #EAA3FE Mauve

📋 copy color: '#EAA3FE'

red 234 ◦ green 163 ◦ blue 254

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

Shades of Mauve #EAA3FE

Tints of Mauve #EAA3FE

RGB

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

 GREEN value IS 163 (64.06% from 255) = 25.04%

 BLUE value IS 254 (99.61% from 255) = 39.02%

R = 35.94%
G = 25.04%
B = 39.02%

CMYK

 C value IS 0.08

 M value IS 0.36

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EAA3FE (or 0xEAA3FE) is known color: Mauve. HEX triplet: EA, A3 and FE. RGB value is (234,163,254). Sum of RGB (Red+Green+Blue) = 234+163+254=651 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.94% from 651); Green value is 163 (64.06% from 255 or 25.04% from 651); Blue value is 254 (99.61% from 255 or 39.02% from 651); Max value from RGB is 254 - color contains mainly: blue. Hex color #EAA3FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAA3FE is #155C01. Grayscale: #C2C2C2. Windows color (decimal): -1399810 or 16688106. OLE color: 16688106.

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

Color convert

RGB 234 163 254 -
CMYK 0.08 0.36 0 0.00
HSL 286.81º 0.98% 0.82% -
HSV(B) 286.81º 0.36% 1% -
XYZ 64.92 50.84 100.16 -
YUV 194.6 161.52 156.1 -
System Red Green Blue C M Y K H S L
Decimal 234 163 254 0.08 0.36 0 0.00 286.81 0.98 0.82
Hex EA A3 FE 8 24 0 0 11F 62 52
Octal 352 243 376 10 44 0 0 437 142 122
Binary 11101010 10100011 11111110 1000 100100 0 0 100011111 1100010 1010010

Color Harmonies of #EAA3FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA3FE

Black with #EAA3FE

Text Example


Text Example

White with #EAA3FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA3FE; }

 p { color: rgb(234,163,254); }

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

background-color css

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

 a { background-color: rgb(234,163,254); }

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

border-color css

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

 span { border-color: rgb(234,163,254); }

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