Html Css Color HEX #EAAAFE Mauve

📋 copy color: '#EAAAFE'

red 234 ◦ green 170 ◦ blue 254

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

Shades of Mauve #EAAAFE

Tints of Mauve #EAAAFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 38.6%

R = 35.56%
G = 25.84%
B = 38.6%

CMYK

 C value IS 0.08

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EAAAFE (or 0xEAAAFE) is known color: Mauve. HEX triplet: EA, AA and FE. RGB value is (234,170,254). Sum of RGB (Red+Green+Blue) = 234+170+254=658 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.56% from 658); Green value is 170 (66.80% from 255 or 25.84% from 658); Blue value is 254 (99.61% from 255 or 38.60% from 658); Max value from RGB is 254 - color contains mainly: blue. Hex color #EAAAFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAAAFE is #155501. Grayscale: #C6C6C6. Windows color (decimal): -1398018 or 16689898. OLE color: 16689898.

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

Color convert

RGB 234 170 254 -
CMYK 0.08 0.33 0 0.00
HSL 285.71º 0.98% 0.83% -
HSV(B) 285.71º 0.33% 1% -
XYZ 66.2 53.4 100.58 -
YUV 198.71 159.2 153.17 -
System Red Green Blue C M Y K H S L
Decimal 234 170 254 0.08 0.33 0 0.00 285.71 0.98 0.83
Hex EA AA FE 8 21 0 0 11E 62 53
Octal 352 252 376 10 41 0 0 436 142 123
Binary 11101010 10101010 11111110 1000 100001 0 0 100011110 1100010 1010011

Color Harmonies of #EAAAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAAFE

Black with #EAAAFE

Text Example


Text Example

White with #EAAAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAAFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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