Html Css Color HEX #EABAFA Mauve

📋 copy color: '#EABAFA'

red 234 ◦ green 186 ◦ blue 250

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

Shades of Mauve #EABAFA

Tints of Mauve #EABAFA

RGB

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

 GREEN value IS 186 (73.05% from 255) = 27.76%

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

R = 34.93%
G = 27.76%
B = 37.31%

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

#EABAFA (or 0xEABAFA) is known color: Mauve. HEX triplet: EA, BA and FA. RGB value is (234,186,250). Sum of RGB (Red+Green+Blue) = 234+186+250=670 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.93% from 670); Green value is 186 (73.05% from 255 or 27.76% from 670); Blue value is 250 (98.05% from 255 or 37.31% from 670); Max value from RGB is 250 - color contains mainly: blue. Hex color #EABAFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABAFA is #154505. Grayscale: #CFCFCF. Windows color (decimal): -1393926 or 16431850. OLE color: 16431850.

HSL color Cylindrical-coordinate representation of color #EABAFA: hue angle of 285º degrees, saturation: 0.86, 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 #EABAFA is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 234 186 250 -
CMYK 0.06 0.26 0 0.02
HSL 285º 0.86% 0.85% -
HSV(B) 285º 0.26% 0.98% -
XYZ 68.75 59.51 98.31 -
YUV 207.65 151.9 146.8 -
System Red Green Blue C M Y K H S L
Decimal 234 186 250 0.06 0.26 0 0.02 285 0.86 0.85
Hex EA BA FA 6 1A 0 2 11D 56 55
Octal 352 272 372 6 32 0 2 435 126 125
Binary 11101010 10111010 11111010 110 11010 0 10 100011101 1010110 1010101

Color Harmonies of #EABAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABAFA

Black with #EABAFA

Text Example


Text Example

White with #EABAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABAFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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