Html Css Color HEX #EAAFF2 Mauve

📋 copy color: '#EAAFF2'

red 234 ◦ green 175 ◦ blue 242

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

Shades of Mauve #EAAFF2

Tints of Mauve #EAAFF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 37.17%

R = 35.94%
G = 26.88%
B = 37.17%

CMYK

 C value IS 0.03

 M value IS 0.28

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EAAFF2 (or 0xEAAFF2) is known color: Mauve. HEX triplet: EA, AF and F2. RGB value is (234,175,242). Sum of RGB (Red+Green+Blue) = 234+175+242=651 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.94% from 651); Green value is 175 (68.75% from 255 or 26.88% from 651); Blue value is 242 (94.92% from 255 or 37.17% from 651); Max value from RGB is 242 - color contains mainly: blue. Hex color #EAAFF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAAFF2 is #15500D. Grayscale: #C8C8C8. Windows color (decimal): -1396750 or 15904746. OLE color: 15904746.

HSL color Cylindrical-coordinate representation of color #EAAFF2: hue angle of 292.84º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EAAFF2 is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 234 175 242 -
CMYK 0.03 0.28 0 0.05
HSL 292.84º 0.72% 0.82% -
HSV(B) 292.84º 0.28% 0.95% -
XYZ 65.29 54.56 91.1 -
YUV 200.28 151.55 152.05 -
System Red Green Blue C M Y K H S L
Decimal 234 175 242 0.03 0.28 0 0.05 292.84 0.72 0.82
Hex EA AF F2 3 1C 0 5 125 48 52
Octal 352 257 362 3 34 0 5 445 110 122
Binary 11101010 10101111 11110010 11 11100 0 101 100100101 1001000 1010010

Color Harmonies of #EAAFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAFF2

Black with #EAAFF2

Text Example


Text Example

White with #EAAFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAFF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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