Html Css Color HEX #EAA5FE Mauve

📋 copy color: '#EAA5FE'

red 234 ◦ green 165 ◦ blue 254

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

Shades of Mauve #EAA5FE

Tints of Mauve #EAA5FE

RGB

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

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

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

R = 35.83%
G = 25.27%
B = 38.9%

CMYK

 C value IS 0.08

 M value IS 0.35

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EAA5FE (or 0xEAA5FE) is known color: Mauve. HEX triplet: EA, A5 and FE. RGB value is (234,165,254). Sum of RGB (Red+Green+Blue) = 234+165+254=653 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.83% from 653); Green value is 165 (64.84% from 255 or 25.27% from 653); Blue value is 254 (99.61% from 255 or 38.90% from 653); Max value from RGB is 254 - color contains mainly: blue. Hex color #EAA5FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAA5FE is #155A01. Grayscale: #C3C3C3. Windows color (decimal): -1399298 or 16688618. OLE color: 16688618.

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

Color convert

RGB 234 165 254 -
CMYK 0.08 0.35 0 0.00
HSL 286.52º 0.98% 0.82% -
HSV(B) 286.52º 0.35% 1% -
XYZ 65.28 51.56 100.28 -
YUV 195.78 160.86 155.26 -
System Red Green Blue C M Y K H S L
Decimal 234 165 254 0.08 0.35 0 0.00 286.52 0.98 0.82
Hex EA A5 FE 8 23 0 0 11F 62 52
Octal 352 245 376 10 43 0 0 437 142 122
Binary 11101010 10100101 11111110 1000 100011 0 0 100011111 1100010 1010010

Color Harmonies of #EAA5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA5FE

Black with #EAA5FE

Text Example


Text Example

White with #EAA5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA5FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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