Html Css Color HEX #EAB9FF Mauve

📋 copy color: '#EAB9FF'

red 234 ◦ green 185 ◦ blue 255

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

Shades of Mauve #EAB9FF

Tints of Mauve #EAB9FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 37.83%

R = 34.72%
G = 27.45%
B = 37.83%

CMYK

 C value IS 0.08

 M value IS 0.27

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EAB9FF (or 0xEAB9FF) is known color: Mauve. HEX triplet: EA, B9 and FF. RGB value is (234,185,255). Sum of RGB (Red+Green+Blue) = 234+185+255=674 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.72% from 674); Green value is 185 (72.66% from 255 or 27.45% from 674); Blue value is 255 (100% from 255 or 37.83% from 674); Max value from RGB is 255 - color contains mainly: blue. Hex color #EAB9FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAB9FF is #154600. Grayscale: #CFCFCF. Windows color (decimal): -1394177 or 16759274. OLE color: 16759274.

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

Color convert

RGB 234 185 255 -
CMYK 0.08 0.27 0 0
HSL 282º 1% 0.86% -
HSV(B) 282º 0.27% 1% -
XYZ 69.33 59.41 102.42 -
YUV 207.63 154.73 146.81 -
System Red Green Blue C M Y K H S L
Decimal 234 185 255 0.08 0.27 0 0 282 1 0.86
Hex EA B9 FF 8 1B 0 0 11A 64 56
Octal 352 271 377 10 33 0 0 432 144 126
Binary 11101010 10111001 11111111 1000 11011 0 0 100011010 1100100 1010110

Color Harmonies of #EAB9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB9FF

Black with #EAB9FF

Text Example


Text Example

White with #EAB9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB9FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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