Html Css Color HEX #EAB6FA Mauve

📋 copy color: '#EAB6FA'

red 234 ◦ green 182 ◦ blue 250

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

Shades of Mauve #EAB6FA

Tints of Mauve #EAB6FA

RGB

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

 GREEN value IS 182 (71.48% from 255) = 27.33%

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

R = 35.14%
G = 27.33%
B = 37.54%

CMYK

 C value IS 0.06

 M value IS 0.27

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EAB6FA (or 0xEAB6FA) is known color: Mauve. HEX triplet: EA, B6 and FA. RGB value is (234,182,250). Sum of RGB (Red+Green+Blue) = 234+182+250=666 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.14% from 666); Green value is 182 (71.48% from 255 or 27.33% from 666); Blue value is 250 (98.05% from 255 or 37.54% from 666); Max value from RGB is 250 - color contains mainly: blue. Hex color #EAB6FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAB6FA is #154905. Grayscale: #CDCDCD. Windows color (decimal): -1394950 or 16430826. OLE color: 16430826.

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

Color convert

RGB 234 182 250 -
CMYK 0.06 0.27 0 0.02
HSL 285.88º 0.87% 0.85% -
HSV(B) 285.88º 0.27% 0.98% -
XYZ 67.91 57.85 98.03 -
YUV 205.3 153.23 148.47 -
System Red Green Blue C M Y K H S L
Decimal 234 182 250 0.06 0.27 0 0.02 285.88 0.87 0.85
Hex EA B6 FA 6 1B 0 2 11E 57 55
Octal 352 266 372 6 33 0 2 436 127 125
Binary 11101010 10110110 11111010 110 11011 0 10 100011110 1010111 1010101

Color Harmonies of #EAB6FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB6FA

Black with #EAB6FA

Text Example


Text Example

White with #EAB6FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB6FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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