Html Css Color HEX #EAAFF5 Mauve

📋 copy color: '#EAAFF5'

red 234 ◦ green 175 ◦ blue 245

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

Shades of Mauve #EAAFF5

Tints of Mauve #EAAFF5

RGB

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

 GREEN value IS 175 (68.75% from 255) = 26.76%

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

R = 35.78%
G = 26.76%
B = 37.46%

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

#EAAFF5 (or 0xEAAFF5) is known color: Mauve. HEX triplet: EA, AF and F5. RGB value is (234,175,245). Sum of RGB (Red+Green+Blue) = 234+175+245=654 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.78% from 654); Green value is 175 (68.75% from 255 or 26.76% from 654); Blue value is 245 (96.09% from 255 or 37.46% from 654); Max value from RGB is 245 - color contains mainly: blue. Hex color #EAAFF5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAAFF5 is #15500A. Grayscale: #C8C8C8. Windows color (decimal): -1396747 or 16101354. OLE color: 16101354.

HSL color Cylindrical-coordinate representation of color #EAAFF5: hue angle of 290.57º degrees, saturation: 0.78, 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 #EAAFF5 is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 234 175 245 -
CMYK 0.04 0.29 0 0.04
HSL 290.57º 0.78% 0.82% -
HSV(B) 290.57º 0.29% 0.96% -
XYZ 65.74 54.74 93.49 -
YUV 200.62 153.05 151.81 -
System Red Green Blue C M Y K H S L
Decimal 234 175 245 0.04 0.29 0 0.04 290.57 0.78 0.82
Hex EA AF F5 4 1D 0 4 123 4E 52
Octal 352 257 365 4 35 0 4 443 116 122
Binary 11101010 10101111 11110101 100 11101 0 100 100100011 1001110 1010010

Color Harmonies of #EAAFF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAFF5

Black with #EAAFF5

Text Example


Text Example

White with #EAAFF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAFF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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