Html Css Color HEX #EAB9FA Mauve

📋 copy color: '#EAB9FA'

red 234 ◦ green 185 ◦ blue 250

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

Shades of Mauve #EAB9FA

Tints of Mauve #EAB9FA

RGB

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

 GREEN value IS 185 (72.66% from 255) = 27.65%

 BLUE value IS 250 (98.05% from 255) = 37.37%

R = 34.98%
G = 27.65%
B = 37.37%

CMYK

 C value IS 0.06

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EAB9FA (or 0xEAB9FA) is known color: Mauve. HEX triplet: EA, B9 and FA. RGB value is (234,185,250). Sum of RGB (Red+Green+Blue) = 234+185+250=669 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.98% from 669); Green value is 185 (72.66% from 255 or 27.65% from 669); Blue value is 250 (98.05% from 255 or 37.37% from 669); Max value from RGB is 250 - color contains mainly: blue. Hex color #EAB9FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAB9FA is #154605. Grayscale: #CECECE. Windows color (decimal): -1394182 or 16431594. OLE color: 16431594.

HSL color Cylindrical-coordinate representation of color #EAB9FA: hue angle of 285.23º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EAB9FA is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 234 185 250 -
CMYK 0.06 0.26 0 0.02
HSL 285.23º 0.87% 0.85% -
HSV(B) 285.23º 0.26% 0.98% -
XYZ 68.54 59.09 98.24 -
YUV 207.06 152.23 147.21 -
System Red Green Blue C M Y K H S L
Decimal 234 185 250 0.06 0.26 0 0.02 285.23 0.87 0.85
Hex EA B9 FA 6 1A 0 2 11D 57 55
Octal 352 271 372 6 32 0 2 435 127 125
Binary 11101010 10111001 11111010 110 11010 0 10 100011101 1010111 1010101

Color Harmonies of #EAB9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB9FA

Black with #EAB9FA

Text Example


Text Example

White with #EAB9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB9FA; }

 p { color: rgb(234,185,250); }

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

background-color css

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

 a { background-color: rgb(234,185,250); }

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

border-color css

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

 span { border-color: rgb(234,185,250); }

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