Html Css Color HEX #EAAEF8 Mauve

📋 copy color: '#EAAEF8'

red 234 ◦ green 174 ◦ blue 248

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

Shades of Mauve #EAAEF8

Tints of Mauve #EAAEF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 37.8%

R = 35.67%
G = 26.52%
B = 37.8%

CMYK

 C value IS 0.06

 M value IS 0.30

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#EAAEF8 (or 0xEAAEF8) is known color: Mauve. HEX triplet: EA, AE and F8. RGB value is (234,174,248). Sum of RGB (Red+Green+Blue) = 234+174+248=656 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.67% from 656); Green value is 174 (68.36% from 255 or 26.52% from 656); Blue value is 248 (97.27% from 255 or 37.80% from 656); Max value from RGB is 248 - color contains mainly: blue. Hex color #EAAEF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAAEF8 is #155107. Grayscale: #C8C8C8. Windows color (decimal): -1397000 or 16297706. OLE color: 16297706.

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

Color convert

RGB 234 174 248 -
CMYK 0.06 0.30 0 0.03
HSL 288.65º 0.84% 0.83% -
HSV(B) 288.65º 0.3% 0.97% -
XYZ 66.01 54.54 95.86 -
YUV 200.38 154.88 151.98 -
System Red Green Blue C M Y K H S L
Decimal 234 174 248 0.06 0.30 0 0.03 288.65 0.84 0.83
Hex EA AE F8 6 1E 0 3 121 54 53
Octal 352 256 370 6 36 0 3 441 124 123
Binary 11101010 10101110 11111000 110 11110 0 11 100100001 1010100 1010011

Color Harmonies of #EAAEF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAEF8

Black with #EAAEF8

Text Example


Text Example

White with #EAAEF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAEF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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