Html Css Color HEX #EAAFF6 Mauve

📋 copy color: '#EAAFF6'

red 234 ◦ green 175 ◦ blue 246

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

Shades of Mauve #EAAFF6

Tints of Mauve #EAAFF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 37.56%

R = 35.73%
G = 26.72%
B = 37.56%

CMYK

 C value IS 0.05

 M value IS 0.29

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EAAFF6 (or 0xEAAFF6) is known color: Mauve. HEX triplet: EA, AF and F6. RGB value is (234,175,246). Sum of RGB (Red+Green+Blue) = 234+175+246=655 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.73% from 655); Green value is 175 (68.75% from 255 or 26.72% from 655); Blue value is 246 (96.48% from 255 or 37.56% from 655); Max value from RGB is 246 - color contains mainly: blue. Hex color #EAAFF6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAAFF6 is #155009. Grayscale: #C8C8C8. Windows color (decimal): -1396746 or 16166890. OLE color: 16166890.

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

Color convert

RGB 234 175 246 -
CMYK 0.05 0.29 0 0.04
HSL 289.86º 0.8% 0.83% -
HSV(B) 289.86º 0.29% 0.96% -
XYZ 65.9 54.81 94.29 -
YUV 200.74 153.55 151.73 -
System Red Green Blue C M Y K H S L
Decimal 234 175 246 0.05 0.29 0 0.04 289.86 0.8 0.83
Hex EA AF F6 5 1D 0 4 122 50 53
Octal 352 257 366 5 35 0 4 442 120 123
Binary 11101010 10101111 11110110 101 11101 0 100 100100010 1010000 1010011

Color Harmonies of #EAAFF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAFF6

Black with #EAAFF6

Text Example


Text Example

White with #EAAFF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAFF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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