Html Css Color HEX #EAAEF9 Mauve

📋 copy color: '#EAAEF9'

red 234 ◦ green 174 ◦ blue 249

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

Shades of Mauve #EAAEF9

Tints of Mauve #EAAEF9

RGB

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

 GREEN value IS 174 (68.36% from 255) = 26.48%

 BLUE value IS 249 (97.66% from 255) = 37.9%

R = 35.62%
G = 26.48%
B = 37.9%

CMYK

 C value IS 0.06

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EAAEF9 (or 0xEAAEF9) is known color: Mauve. HEX triplet: EA, AE and F9. RGB value is (234,174,249). Sum of RGB (Red+Green+Blue) = 234+174+249=657 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.62% from 657); Green value is 174 (68.36% from 255 or 26.48% from 657); Blue value is 249 (97.66% from 255 or 37.90% from 657); Max value from RGB is 249 - color contains mainly: blue. Hex color #EAAEF9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAAEF9 is #155106. Grayscale: #C8C8C8. Windows color (decimal): -1396999 or 16363242. OLE color: 16363242.

HSL color Cylindrical-coordinate representation of color #EAAEF9: hue angle of 288º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EAAEF9 is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 234 174 249 -
CMYK 0.06 0.30 0 0.02
HSL 288º 0.86% 0.83% -
HSV(B) 288º 0.3% 0.98% -
XYZ 66.17 54.6 96.67 -
YUV 200.49 155.38 151.9 -
System Red Green Blue C M Y K H S L
Decimal 234 174 249 0.06 0.30 0 0.02 288 0.86 0.83
Hex EA AE F9 6 1E 0 2 120 56 53
Octal 352 256 371 6 36 0 2 440 126 123
Binary 11101010 10101110 11111001 110 11110 0 10 100100000 1010110 1010011

Color Harmonies of #EAAEF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAEF9

Black with #EAAEF9

Text Example


Text Example

White with #EAAEF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAEF9; }

 p { color: rgb(234,174,249); }

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

background-color css

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

 a { background-color: rgb(234,174,249); }

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

border-color css

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

 span { border-color: rgb(234,174,249); }

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