Html Css Color HEX #EAB2F1 Mauve

📋 copy color: '#EAB2F1'

red 234 ◦ green 178 ◦ blue 241

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

Shades of Mauve #EAB2F1

Tints of Mauve #EAB2F1

RGB

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

 GREEN value IS 178 (69.92% from 255) = 27.26%

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

R = 35.83%
G = 27.26%
B = 36.91%

CMYK

 C value IS 0.03

 M value IS 0.26

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EAB2F1 (or 0xEAB2F1) is known color: Mauve. HEX triplet: EA, B2 and F1. RGB value is (234,178,241). Sum of RGB (Red+Green+Blue) = 234+178+241=653 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.83% from 653); Green value is 178 (69.92% from 255 or 27.26% from 653); Blue value is 241 (94.53% from 255 or 36.91% from 653); Max value from RGB is 241 - color contains mainly: blue. Hex color #EAB2F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAB2F1 is #154D0E. Grayscale: #C9C9C9. Windows color (decimal): -1395983 or 15839978. OLE color: 15839978.

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

Color convert

RGB 234 178 241 -
CMYK 0.03 0.26 0 0.05
HSL 293.33º 0.69% 0.82% -
HSV(B) 293.33º 0.26% 0.95% -
XYZ 65.73 55.68 90.5 -
YUV 201.93 150.05 150.88 -
System Red Green Blue C M Y K H S L
Decimal 234 178 241 0.03 0.26 0 0.05 293.33 0.69 0.82
Hex EA B2 F1 3 1A 0 5 125 45 52
Octal 352 262 361 3 32 0 5 445 105 122
Binary 11101010 10110010 11110001 11 11010 0 101 100100101 1000101 1010010

Color Harmonies of #EAB2F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB2F1

Black with #EAB2F1

Text Example


Text Example

White with #EAB2F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB2F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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