Html Css Color HEX #EAB4FA Mauve

📋 copy color: '#EAB4FA'

red 234 ◦ green 180 ◦ blue 250

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

Shades of Mauve #EAB4FA

Tints of Mauve #EAB4FA

RGB

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

 GREEN value IS 180 (70.7% from 255) = 27.11%

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

R = 35.24%
G = 27.11%
B = 37.65%

CMYK

 C value IS 0.06

 M value IS 0.28

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EAB4FA (or 0xEAB4FA) is known color: Mauve. HEX triplet: EA, B4 and FA. RGB value is (234,180,250). Sum of RGB (Red+Green+Blue) = 234+180+250=664 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.24% from 664); Green value is 180 (70.70% from 255 or 27.11% from 664); Blue value is 250 (98.05% from 255 or 37.65% from 664); Max value from RGB is 250 - color contains mainly: blue. Hex color #EAB4FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAB4FA is #154B05. Grayscale: #CBCBCB. Windows color (decimal): -1395462 or 16430314. OLE color: 16430314.

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

Color convert

RGB 234 180 250 -
CMYK 0.06 0.28 0 0.02
HSL 286.29º 0.88% 0.84% -
HSV(B) 286.29º 0.28% 0.98% -
XYZ 67.51 57.04 97.89 -
YUV 204.13 153.89 149.31 -
System Red Green Blue C M Y K H S L
Decimal 234 180 250 0.06 0.28 0 0.02 286.29 0.88 0.84
Hex EA B4 FA 6 1C 0 2 11E 58 54
Octal 352 264 372 6 34 0 2 436 130 124
Binary 11101010 10110100 11111010 110 11100 0 10 100011110 1011000 1010100

Color Harmonies of #EAB4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB4FA

Black with #EAB4FA

Text Example


Text Example

White with #EAB4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB4FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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