Html Css Color HEX #EABBFA Mauve

📋 copy color: '#EABBFA'

red 234 ◦ green 187 ◦ blue 250

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

Shades of Mauve #EABBFA

Tints of Mauve #EABBFA

RGB

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

 GREEN value IS 187 (73.44% from 255) = 27.87%

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

R = 34.87%
G = 27.87%
B = 37.26%

CMYK

 C value IS 0.06

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EABBFA (or 0xEABBFA) is known color: Mauve. HEX triplet: EA, BB and FA. RGB value is (234,187,250). Sum of RGB (Red+Green+Blue) = 234+187+250=671 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.87% from 671); Green value is 187 (73.44% from 255 or 27.87% from 671); Blue value is 250 (98.05% from 255 or 37.26% from 671); Max value from RGB is 250 - color contains mainly: blue. Hex color #EABBFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABBFA is #154405. Grayscale: #D0D0D0. Windows color (decimal): -1393670 or 16432106. OLE color: 16432106.

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

Color convert

RGB 234 187 250 -
CMYK 0.06 0.25 0 0.02
HSL 284.76º 0.86% 0.86% -
HSV(B) 284.76º 0.25% 0.98% -
XYZ 68.96 59.94 98.38 -
YUV 208.24 151.57 146.38 -
System Red Green Blue C M Y K H S L
Decimal 234 187 250 0.06 0.25 0 0.02 284.76 0.86 0.86
Hex EA BB FA 6 19 0 2 11D 56 56
Octal 352 273 372 6 31 0 2 435 126 126
Binary 11101010 10111011 11111010 110 11001 0 10 100011101 1010110 1010110

Color Harmonies of #EABBFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABBFA

Black with #EABBFA

Text Example


Text Example

White with #EABBFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABBFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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