Html Css Color HEX #EAAAFF Mauve

📋 copy color: '#EAAAFF'

red 234 ◦ green 170 ◦ blue 255

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

Shades of Mauve #EAAAFF

Tints of Mauve #EAAAFF

RGB

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

 GREEN value IS 170 (66.8% from 255) = 25.8%

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

R = 35.51%
G = 25.8%
B = 38.69%

CMYK

 C value IS 0.08

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EAAAFF (or 0xEAAAFF) is known color: Mauve. HEX triplet: EA, AA and FF. RGB value is (234,170,255). Sum of RGB (Red+Green+Blue) = 234+170+255=659 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.51% from 659); Green value is 170 (66.80% from 255 or 25.80% from 659); Blue value is 255 (100% from 255 or 38.69% from 659); Max value from RGB is 255 - color contains mainly: blue. Hex color #EAAAFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAAAFF is #155500. Grayscale: #C6C6C6. Windows color (decimal): -1398017 or 16755434. OLE color: 16755434.

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

Color convert

RGB 234 170 255 -
CMYK 0.08 0.33 0 0
HSL 285.18º 1% 0.83% -
HSV(B) 285.18º 0.33% 1% -
XYZ 66.36 53.46 101.43 -
YUV 198.83 159.7 153.09 -
System Red Green Blue C M Y K H S L
Decimal 234 170 255 0.08 0.33 0 0 285.18 1 0.83
Hex EA AA FF 8 21 0 0 11D 64 53
Octal 352 252 377 10 41 0 0 435 144 123
Binary 11101010 10101010 11111111 1000 100001 0 0 100011101 1100100 1010011

Color Harmonies of #EAAAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAAFF

Black with #EAAAFF

Text Example


Text Example

White with #EAAAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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