Html Css Color HEX #EABAF7 Mauve

📋 copy color: '#EABAF7'

red 234 ◦ green 186 ◦ blue 247

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

Shades of Mauve #EABAF7

Tints of Mauve #EABAF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 37.03%

R = 35.08%
G = 27.89%
B = 37.03%

CMYK

 C value IS 0.05

 M value IS 0.25

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#EABAF7 (or 0xEABAF7) is known color: Mauve. HEX triplet: EA, BA and F7. RGB value is (234,186,247). Sum of RGB (Red+Green+Blue) = 234+186+247=667 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.08% from 667); Green value is 186 (73.05% from 255 or 27.89% from 667); Blue value is 247 (96.88% from 255 or 37.03% from 667); Max value from RGB is 247 - color contains mainly: blue. Hex color #EABAF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABAF7 is #154508. Grayscale: #CFCFCF. Windows color (decimal): -1393929 or 16235242. OLE color: 16235242.

HSL color Cylindrical-coordinate representation of color #EABAF7: hue angle of 287.21º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EABAF7 is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 234 186 247 -
CMYK 0.05 0.25 0 0.03
HSL 287.21º 0.79% 0.85% -
HSV(B) 287.21º 0.25% 0.97% -
XYZ 68.28 59.33 95.85 -
YUV 207.31 150.4 147.04 -
System Red Green Blue C M Y K H S L
Decimal 234 186 247 0.05 0.25 0 0.03 287.21 0.79 0.85
Hex EA BA F7 5 19 0 3 11F 4F 55
Octal 352 272 367 5 31 0 3 437 117 125
Binary 11101010 10111010 11110111 101 11001 0 11 100011111 1001111 1010101

Color Harmonies of #EABAF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABAF7

Black with #EABAF7

Text Example


Text Example

White with #EABAF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABAF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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