Html Css Color HEX #EAAAFB Mauve

📋 copy color: '#EAAAFB'

red 234 ◦ green 170 ◦ blue 251

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

Shades of Mauve #EAAAFB

Tints of Mauve #EAAAFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 38.32%

R = 35.73%
G = 25.95%
B = 38.32%

CMYK

 C value IS 0.07

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EAAAFB (or 0xEAAAFB) is known color: Mauve. HEX triplet: EA, AA and FB. RGB value is (234,170,251). Sum of RGB (Red+Green+Blue) = 234+170+251=655 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.73% from 655); Green value is 170 (66.80% from 255 or 25.95% from 655); Blue value is 251 (98.44% from 255 or 38.32% from 655); Max value from RGB is 251 - color contains mainly: blue. Hex color #EAAAFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAAAFB is #155504. Grayscale: #C6C6C6. Windows color (decimal): -1398021 or 16493290. OLE color: 16493290.

HSL color Cylindrical-coordinate representation of color #EAAAFB: hue angle of 287.41º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EAAAFB is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 234 170 251 -
CMYK 0.07 0.32 0 0.02
HSL 287.41º 0.91% 0.83% -
HSV(B) 287.41º 0.32% 0.98% -
XYZ 65.72 53.21 98.07 -
YUV 198.37 157.7 153.41 -
System Red Green Blue C M Y K H S L
Decimal 234 170 251 0.07 0.32 0 0.02 287.41 0.91 0.83
Hex EA AA FB 7 20 0 2 11F 5B 53
Octal 352 252 373 7 40 0 2 437 133 123
Binary 11101010 10101010 11111011 111 100000 0 10 100011111 1011011 1010011

Color Harmonies of #EAAAFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAAFB

Black with #EAAAFB

Text Example


Text Example

White with #EAAAFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAAFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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