Html Css Color HEX #EAA7FF Mauve

📋 copy color: '#EAA7FF'

red 234 ◦ green 167 ◦ blue 255

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

Shades of Mauve #EAA7FF

Tints of Mauve #EAA7FF

RGB

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

 GREEN value IS 167 (65.63% from 255) = 25.46%

 BLUE value IS 255 (100% from 255) = 38.87%

R = 35.67%
G = 25.46%
B = 38.87%

CMYK

 C value IS 0.08

 M value IS 0.35

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EAA7FF (or 0xEAA7FF) is known color: Mauve. HEX triplet: EA, A7 and FF. RGB value is (234,167,255). Sum of RGB (Red+Green+Blue) = 234+167+255=656 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.67% from 656); Green value is 167 (65.62% from 255 or 25.46% from 656); Blue value is 255 (100% from 255 or 38.87% from 656); Max value from RGB is 255 - color contains mainly: blue. Hex color #EAA7FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAA7FF is #155800. Grayscale: #C4C4C4. Windows color (decimal): -1398785 or 16754666. OLE color: 16754666.

HSL color Cylindrical-coordinate representation of color #EAA7FF: hue angle of 285.68º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EAA7FF is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 234 167 255 -
CMYK 0.08 0.35 0 0
HSL 285.68º 1% 0.83% -
HSV(B) 285.68º 0.35% 1% -
XYZ 65.8 52.35 101.24 -
YUV 197.07 160.7 154.34 -
System Red Green Blue C M Y K H S L
Decimal 234 167 255 0.08 0.35 0 0 285.68 1 0.83
Hex EA A7 FF 8 23 0 0 11E 64 53
Octal 352 247 377 10 43 0 0 436 144 123
Binary 11101010 10100111 11111111 1000 100011 0 0 100011110 1100100 1010011

Color Harmonies of #EAA7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA7FF

Black with #EAA7FF

Text Example


Text Example

White with #EAA7FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA7FF; }

 p { color: rgb(234,167,255); }

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

background-color css

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

 a { background-color: rgb(234,167,255); }

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

border-color css

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

 span { border-color: rgb(234,167,255); }

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