Html Css Color HEX #EAAEF4 Mauve

📋 copy color: '#EAAEF4'

red 234 ◦ green 174 ◦ blue 244

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

Shades of Mauve #EAAEF4

Tints of Mauve #EAAEF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 37.42%

R = 35.89%
G = 26.69%
B = 37.42%

CMYK

 C value IS 0.04

 M value IS 0.29

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EAAEF4 (or 0xEAAEF4) is known color: Mauve. HEX triplet: EA, AE and F4. RGB value is (234,174,244). Sum of RGB (Red+Green+Blue) = 234+174+244=652 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.89% from 652); Green value is 174 (68.36% from 255 or 26.69% from 652); Blue value is 244 (95.70% from 255 or 37.42% from 652); Max value from RGB is 244 - color contains mainly: blue. Hex color #EAAEF4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAAEF4 is #15510B. Grayscale: #C7C7C7. Windows color (decimal): -1397004 or 16035562. OLE color: 16035562.

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

Color convert

RGB 234 174 244 -
CMYK 0.04 0.29 0 0.04
HSL 291.43º 0.76% 0.82% -
HSV(B) 291.43º 0.29% 0.96% -
XYZ 65.4 54.3 92.62 -
YUV 199.92 152.88 152.31 -
System Red Green Blue C M Y K H S L
Decimal 234 174 244 0.04 0.29 0 0.04 291.43 0.76 0.82
Hex EA AE F4 4 1D 0 4 123 4C 52
Octal 352 256 364 4 35 0 4 443 114 122
Binary 11101010 10101110 11110100 100 11101 0 100 100100011 1001100 1010010

Color Harmonies of #EAAEF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAEF4

Black with #EAAEF4

Text Example


Text Example

White with #EAAEF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAEF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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