Html Css Color HEX #EAA8FE Mauve

📋 copy color: '#EAA8FE'

red 234 ◦ green 168 ◦ blue 254

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

Shades of Mauve #EAA8FE

Tints of Mauve #EAA8FE

RGB

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

 GREEN value IS 168 (66.02% from 255) = 25.61%

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

R = 35.67%
G = 25.61%
B = 38.72%

CMYK

 C value IS 0.08

 M value IS 0.34

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EAA8FE (or 0xEAA8FE) is known color: Mauve. HEX triplet: EA, A8 and FE. RGB value is (234,168,254). Sum of RGB (Red+Green+Blue) = 234+168+254=656 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.67% from 656); Green value is 168 (66.02% from 255 or 25.61% from 656); Blue value is 254 (99.61% from 255 or 38.72% from 656); Max value from RGB is 254 - color contains mainly: blue. Hex color #EAA8FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAA8FE is #155701. Grayscale: #C5C5C5. Windows color (decimal): -1398530 or 16689386. OLE color: 16689386.

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

Color convert

RGB 234 168 254 -
CMYK 0.08 0.34 0 0.00
HSL 286.05º 0.98% 0.83% -
HSV(B) 286.05º 0.34% 1% -
XYZ 65.82 52.65 100.46 -
YUV 197.54 159.87 154.01 -
System Red Green Blue C M Y K H S L
Decimal 234 168 254 0.08 0.34 0 0.00 286.05 0.98 0.83
Hex EA A8 FE 8 22 0 0 11E 62 53
Octal 352 250 376 10 42 0 0 436 142 123
Binary 11101010 10101000 11111110 1000 100010 0 0 100011110 1100010 1010011

Color Harmonies of #EAA8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA8FE

Black with #EAA8FE

Text Example


Text Example

White with #EAA8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA8FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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