Html Css Color HEX #EAB9FB Mauve

📋 copy color: '#EAB9FB'

red 234 ◦ green 185 ◦ blue 251

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

Shades of Mauve #EAB9FB

Tints of Mauve #EAB9FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 37.46%

R = 34.93%
G = 27.61%
B = 37.46%

CMYK

 C value IS 0.07

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EAB9FB (or 0xEAB9FB) is known color: Mauve. HEX triplet: EA, B9 and FB. RGB value is (234,185,251). Sum of RGB (Red+Green+Blue) = 234+185+251=670 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.93% from 670); Green value is 185 (72.66% from 255 or 27.61% from 670); Blue value is 251 (98.44% from 255 or 37.46% from 670); Max value from RGB is 251 - color contains mainly: blue. Hex color #EAB9FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAB9FB is #154604. Grayscale: #CECECE. Windows color (decimal): -1394181 or 16497130. OLE color: 16497130.

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

Color convert

RGB 234 185 251 -
CMYK 0.07 0.26 0 0.02
HSL 284.55º 0.89% 0.85% -
HSV(B) 284.55º 0.26% 0.98% -
XYZ 68.69 59.16 99.06 -
YUV 207.18 152.73 147.13 -
System Red Green Blue C M Y K H S L
Decimal 234 185 251 0.07 0.26 0 0.02 284.55 0.89 0.85
Hex EA B9 FB 7 1A 0 2 11D 59 55
Octal 352 271 373 7 32 0 2 435 131 125
Binary 11101010 10111001 11111011 111 11010 0 10 100011101 1011001 1010101

Color Harmonies of #EAB9FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB9FB

Black with #EAB9FB

Text Example


Text Example

White with #EAB9FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB9FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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