Html Css Color HEX #EAA8FC Mauve

📋 copy color: '#EAA8FC'

red 234 ◦ green 168 ◦ blue 252

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

Shades of Mauve #EAA8FC

Tints of Mauve #EAA8FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 38.53%

R = 35.78%
G = 25.69%
B = 38.53%

CMYK

 C value IS 0.07

 M value IS 0.33

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EAA8FC (or 0xEAA8FC) is known color: Mauve. HEX triplet: EA, A8 and FC. RGB value is (234,168,252). Sum of RGB (Red+Green+Blue) = 234+168+252=654 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.78% from 654); Green value is 168 (66.02% from 255 or 25.69% from 654); Blue value is 252 (98.83% from 255 or 38.53% from 654); Max value from RGB is 252 - color contains mainly: blue. Hex color #EAA8FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAA8FC is #155703. Grayscale: #C5C5C5. Windows color (decimal): -1398532 or 16558314. OLE color: 16558314.

HSL color Cylindrical-coordinate representation of color #EAA8FC: hue angle of 287.14º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EAA8FC is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 234 168 252 -
CMYK 0.07 0.33 0 0.01
HSL 287.14º 0.93% 0.82% -
HSV(B) 287.14º 0.33% 0.99% -
XYZ 65.51 52.53 98.78 -
YUV 197.31 158.87 154.17 -
System Red Green Blue C M Y K H S L
Decimal 234 168 252 0.07 0.33 0 0.01 287.14 0.93 0.82
Hex EA A8 FC 7 21 0 1 11F 5D 52
Octal 352 250 374 7 41 0 1 437 135 122
Binary 11101010 10101000 11111100 111 100001 0 1 100011111 1011101 1010010

Color Harmonies of #EAA8FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA8FC

Black with #EAA8FC

Text Example


Text Example

White with #EAA8FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA8FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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