Html Css Color HEX #EABFFA Mauve

📋 copy color: '#EABFFA'

red 234 ◦ green 191 ◦ blue 250

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

Shades of Mauve #EABFFA

Tints of Mauve #EABFFA

RGB

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

 GREEN value IS 191 (75% from 255) = 28.3%

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

R = 34.67%
G = 28.3%
B = 37.04%

CMYK

 C value IS 0.06

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EABFFA (or 0xEABFFA) is known color: Mauve. HEX triplet: EA, BF and FA. RGB value is (234,191,250). Sum of RGB (Red+Green+Blue) = 234+191+250=675 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.67% from 675); Green value is 191 (75% from 255 or 28.30% from 675); Blue value is 250 (98.05% from 255 or 37.04% from 675); Max value from RGB is 250 - color contains mainly: blue. Hex color #EABFFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABFFA is #154005. Grayscale: #D2D2D2. Windows color (decimal): -1392646 or 16433130. OLE color: 16433130.

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

Color convert

RGB 234 191 250 -
CMYK 0.06 0.24 0 0.02
HSL 283.73º 0.86% 0.86% -
HSV(B) 283.73º 0.24% 0.98% -
XYZ 69.82 61.66 98.66 -
YUV 210.58 150.25 144.7 -
System Red Green Blue C M Y K H S L
Decimal 234 191 250 0.06 0.24 0 0.02 283.73 0.86 0.86
Hex EA BF FA 6 18 0 2 11C 56 56
Octal 352 277 372 6 30 0 2 434 126 126
Binary 11101010 10111111 11111010 110 11000 0 10 100011100 1010110 1010110

Color Harmonies of #EABFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABFFA

Black with #EABFFA

Text Example


Text Example

White with #EABFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABFFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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