Html Css Color HEX #EAB0FA Mauve

📋 copy color: '#EAB0FA'

red 234 ◦ green 176 ◦ blue 250

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

Shades of Mauve #EAB0FA

Tints of Mauve #EAB0FA

RGB

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

 GREEN value IS 176 (69.14% from 255) = 26.67%

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

R = 35.45%
G = 26.67%
B = 37.88%

CMYK

 C value IS 0.06

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EAB0FA (or 0xEAB0FA) is known color: Mauve. HEX triplet: EA, B0 and FA. RGB value is (234,176,250). Sum of RGB (Red+Green+Blue) = 234+176+250=660 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.45% from 660); Green value is 176 (69.14% from 255 or 26.67% from 660); Blue value is 250 (98.05% from 255 or 37.88% from 660); Max value from RGB is 250 - color contains mainly: blue. Hex color #EAB0FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAB0FA is #154F05. Grayscale: #C9C9C9. Windows color (decimal): -1396486 or 16429290. OLE color: 16429290.

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

Color convert

RGB 234 176 250 -
CMYK 0.06 0.30 0 0.02
HSL 287.03º 0.88% 0.84% -
HSV(B) 287.03º 0.3% 0.98% -
XYZ 66.71 55.45 97.63 -
YUV 201.78 155.22 150.98 -
System Red Green Blue C M Y K H S L
Decimal 234 176 250 0.06 0.30 0 0.02 287.03 0.88 0.84
Hex EA B0 FA 6 1E 0 2 11F 58 54
Octal 352 260 372 6 36 0 2 437 130 124
Binary 11101010 10110000 11111010 110 11110 0 10 100011111 1011000 1010100

Color Harmonies of #EAB0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB0FA

Black with #EAB0FA

Text Example


Text Example

White with #EAB0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB0FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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