Html Css Color HEX #EABAF6 Mauve

📋 copy color: '#EABAF6'

red 234 ◦ green 186 ◦ blue 246

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

Shades of Mauve #EABAF6

Tints of Mauve #EABAF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 36.94%

R = 35.14%
G = 27.93%
B = 36.94%

CMYK

 C value IS 0.05

 M value IS 0.24

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EABAF6 (or 0xEABAF6) is known color: Mauve. HEX triplet: EA, BA and F6. RGB value is (234,186,246). Sum of RGB (Red+Green+Blue) = 234+186+246=666 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.14% from 666); Green value is 186 (73.05% from 255 or 27.93% from 666); Blue value is 246 (96.48% from 255 or 36.94% from 666); Max value from RGB is 246 - color contains mainly: blue. Hex color #EABAF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABAF6 is #154509. Grayscale: #CFCFCF. Windows color (decimal): -1393930 or 16169706. OLE color: 16169706.

HSL color Cylindrical-coordinate representation of color #EABAF6: hue angle of 288º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EABAF6 is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 234 186 246 -
CMYK 0.05 0.24 0 0.04
HSL 288º 0.77% 0.85% -
HSV(B) 288º 0.24% 0.96% -
XYZ 68.13 59.26 95.04 -
YUV 207.19 149.9 147.12 -
System Red Green Blue C M Y K H S L
Decimal 234 186 246 0.05 0.24 0 0.04 288 0.77 0.85
Hex EA BA F6 5 18 0 4 120 4D 55
Octal 352 272 366 5 30 0 4 440 115 125
Binary 11101010 10111010 11110110 101 11000 0 100 100100000 1001101 1010101

Color Harmonies of #EABAF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABAF6

Black with #EABAF6

Text Example


Text Example

White with #EABAF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABAF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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