Html Css Color HEX #EABFF6 Mauve

📋 copy color: '#EABFF6'

red 234 ◦ green 191 ◦ blue 246

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

Shades of Mauve #EABFF6

Tints of Mauve #EABFF6

RGB

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

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

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

R = 34.87%
G = 28.46%
B = 36.66%

CMYK

 C value IS 0.05

 M value IS 0.22

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EABFF6 (or 0xEABFF6) is known color: Mauve. HEX triplet: EA, BF and F6. RGB value is (234,191,246). Sum of RGB (Red+Green+Blue) = 234+191+246=671 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.87% from 671); Green value is 191 (75% from 255 or 28.46% from 671); Blue value is 246 (96.48% from 255 or 36.66% from 671); Max value from RGB is 246 - color contains mainly: blue. Hex color #EABFF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABFF6 is #154009. Grayscale: #D1D1D1. Windows color (decimal): -1392650 or 16170986. OLE color: 16170986.

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

Color convert

RGB 234 191 246 -
CMYK 0.05 0.22 0 0.04
HSL 286.91º 0.75% 0.86% -
HSV(B) 286.91º 0.22% 0.96% -
XYZ 69.2 61.41 95.39 -
YUV 210.13 148.25 145.03 -
System Red Green Blue C M Y K H S L
Decimal 234 191 246 0.05 0.22 0 0.04 286.91 0.75 0.86
Hex EA BF F6 5 16 0 4 11F 4B 56
Octal 352 277 366 5 26 0 4 437 113 126
Binary 11101010 10111111 11110110 101 10110 0 100 100011111 1001011 1010110

Color Harmonies of #EABFF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABFF6

Black with #EABFF6

Text Example


Text Example

White with #EABFF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABFF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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