Html Css Color HEX #EAA6FD Mauve

📋 copy color: '#EAA6FD'

red 234 ◦ green 166 ◦ blue 253

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

Shades of Mauve #EAA6FD

Tints of Mauve #EAA6FD

RGB

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

 GREEN value IS 166 (65.23% from 255) = 25.42%

 BLUE value IS 253 (99.22% from 255) = 38.74%

R = 35.83%
G = 25.42%
B = 38.74%

CMYK

 C value IS 0.08

 M value IS 0.34

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EAA6FD (or 0xEAA6FD) is known color: Mauve. HEX triplet: EA, A6 and FD. RGB value is (234,166,253). Sum of RGB (Red+Green+Blue) = 234+166+253=653 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.83% from 653); Green value is 166 (65.23% from 255 or 25.42% from 653); Blue value is 253 (99.22% from 255 or 38.74% from 653); Max value from RGB is 253 - color contains mainly: blue. Hex color #EAA6FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAA6FD is #155902. Grayscale: #C3C3C3. Windows color (decimal): -1399043 or 16623338. OLE color: 16623338.

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

Color convert

RGB 234 166 253 -
CMYK 0.08 0.34 0 0.01
HSL 286.9º 0.96% 0.82% -
HSV(B) 286.9º 0.34% 0.99% -
XYZ 65.3 51.86 99.5 -
YUV 196.25 160.03 154.93 -
System Red Green Blue C M Y K H S L
Decimal 234 166 253 0.08 0.34 0 0.01 286.9 0.96 0.82
Hex EA A6 FD 8 22 0 1 11F 60 52
Octal 352 246 375 10 42 0 1 437 140 122
Binary 11101010 10100110 11111101 1000 100010 0 1 100011111 1100000 1010010

Color Harmonies of #EAA6FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA6FD

Black with #EAA6FD

Text Example


Text Example

White with #EAA6FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA6FD; }

 p { color: rgb(234,166,253); }

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

background-color css

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

 a { background-color: rgb(234,166,253); }

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

border-color css

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

 span { border-color: rgb(234,166,253); }

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