Html Css Color HEX #EAB9F1 Mauve

📋 copy color: '#EAB9F1'

red 234 ◦ green 185 ◦ blue 241

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

Shades of Mauve #EAB9F1

Tints of Mauve #EAB9F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 36.52%

R = 35.45%
G = 28.03%
B = 36.52%

CMYK

 C value IS 0.03

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EAB9F1 (or 0xEAB9F1) is known color: Mauve. HEX triplet: EA, B9 and F1. RGB value is (234,185,241). Sum of RGB (Red+Green+Blue) = 234+185+241=660 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.45% from 660); Green value is 185 (72.66% from 255 or 28.03% from 660); Blue value is 241 (94.53% from 255 or 36.52% from 660); Max value from RGB is 241 - color contains mainly: blue. Hex color #EAB9F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAB9F1 is #15460E. Grayscale: #CDCDCD. Windows color (decimal): -1394191 or 15841770. OLE color: 15841770.

HSL color Cylindrical-coordinate representation of color #EAB9F1: hue angle of 292.5º degrees, saturation: 0.67, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EAB9F1 is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 234 185 241 -
CMYK 0.03 0.23 0 0.05
HSL 292.5º 0.67% 0.84% -
HSV(B) 292.5º 0.23% 0.95% -
XYZ 67.16 58.54 90.98 -
YUV 206.04 147.73 147.95 -
System Red Green Blue C M Y K H S L
Decimal 234 185 241 0.03 0.23 0 0.05 292.5 0.67 0.84
Hex EA B9 F1 3 17 0 5 124 43 54
Octal 352 271 361 3 27 0 5 444 103 124
Binary 11101010 10111001 11110001 11 10111 0 101 100100100 1000011 1010100

Color Harmonies of #EAB9F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB9F1

Black with #EAB9F1

Text Example


Text Example

White with #EAB9F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB9F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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