Html Css Color HEX #EAA9F5 Mauve

📋 copy color: '#EAA9F5'

red 234 ◦ green 169 ◦ blue 245

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

Shades of Mauve #EAA9F5

Tints of Mauve #EAA9F5

RGB

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

 GREEN value IS 169 (66.41% from 255) = 26.08%

 BLUE value IS 245 (96.09% from 255) = 37.81%

R = 36.11%
G = 26.08%
B = 37.81%

CMYK

 C value IS 0.04

 M value IS 0.31

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EAA9F5 (or 0xEAA9F5) is known color: Mauve. HEX triplet: EA, A9 and F5. RGB value is (234,169,245). Sum of RGB (Red+Green+Blue) = 234+169+245=648 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.11% from 648); Green value is 169 (66.41% from 255 or 26.08% from 648); Blue value is 245 (96.09% from 255 or 37.81% from 648); Max value from RGB is 245 - color contains mainly: blue. Hex color #EAA9F5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAA9F5 is #15560A. Grayscale: #C4C4C4. Windows color (decimal): -1398283 or 16099818. OLE color: 16099818.

HSL color Cylindrical-coordinate representation of color #EAA9F5: hue angle of 291.32º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EAA9F5 is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 234 169 245 -
CMYK 0.04 0.31 0 0.04
HSL 291.32º 0.79% 0.81% -
HSV(B) 291.32º 0.31% 0.96% -
XYZ 64.6 52.46 93.11 -
YUV 197.1 155.03 154.32 -
System Red Green Blue C M Y K H S L
Decimal 234 169 245 0.04 0.31 0 0.04 291.32 0.79 0.81
Hex EA A9 F5 4 1F 0 4 123 4F 51
Octal 352 251 365 4 37 0 4 443 117 121
Binary 11101010 10101001 11110101 100 11111 0 100 100100011 1001111 1010001

Color Harmonies of #EAA9F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA9F5

Black with #EAA9F5

Text Example


Text Example

White with #EAA9F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA9F5; }

 p { color: rgb(234,169,245); }

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

background-color css

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

 a { background-color: rgb(234,169,245); }

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

border-color css

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

 span { border-color: rgb(234,169,245); }

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