Html Css Color HEX #EAB9FE Mauve

📋 copy color: '#EAB9FE'

red 234 ◦ green 185 ◦ blue 254

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

Shades of Mauve #EAB9FE

Tints of Mauve #EAB9FE

RGB

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

 GREEN value IS 185 (72.66% from 255) = 27.49%

 BLUE value IS 254 (99.61% from 255) = 37.74%

R = 34.77%
G = 27.49%
B = 37.74%

CMYK

 C value IS 0.08

 M value IS 0.27

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EAB9FE (or 0xEAB9FE) is known color: Mauve. HEX triplet: EA, B9 and FE. RGB value is (234,185,254). Sum of RGB (Red+Green+Blue) = 234+185+254=673 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.77% from 673); Green value is 185 (72.66% from 255 or 27.49% from 673); Blue value is 254 (99.61% from 255 or 37.74% from 673); Max value from RGB is 254 - color contains mainly: blue. Hex color #EAB9FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAB9FE is #154601. Grayscale: #CFCFCF. Windows color (decimal): -1394178 or 16693738. OLE color: 16693738.

HSL color Cylindrical-coordinate representation of color #EAB9FE: hue angle of 282.61º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EAB9FE is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 234 185 254 -
CMYK 0.08 0.27 0 0.00
HSL 282.61º 0.97% 0.86% -
HSV(B) 282.61º 0.27% 1% -
XYZ 69.17 59.35 101.58 -
YUV 207.52 154.23 146.89 -
System Red Green Blue C M Y K H S L
Decimal 234 185 254 0.08 0.27 0 0.00 282.61 0.97 0.86
Hex EA B9 FE 8 1B 0 0 11B 61 56
Octal 352 271 376 10 33 0 0 433 141 126
Binary 11101010 10111001 11111110 1000 11011 0 0 100011011 1100001 1010110

Color Harmonies of #EAB9FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB9FE

Black with #EAB9FE

Text Example


Text Example

White with #EAB9FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB9FE; }

 p { color: rgb(234,185,254); }

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

background-color css

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

 a { background-color: rgb(234,185,254); }

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

border-color css

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

 span { border-color: rgb(234,185,254); }

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