Html Css Color HEX #EAB5F4 Mauve

📋 copy color: '#EAB5F4'

red 234 ◦ green 181 ◦ blue 244

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

Shades of Mauve #EAB5F4

Tints of Mauve #EAB5F4

RGB

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

 GREEN value IS 181 (71.09% from 255) = 27.47%

 BLUE value IS 244 (95.7% from 255) = 37.03%

R = 35.51%
G = 27.47%
B = 37.03%

CMYK

 C value IS 0.04

 M value IS 0.26

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EAB5F4 (or 0xEAB5F4) is known color: Mauve. HEX triplet: EA, B5 and F4. RGB value is (234,181,244). Sum of RGB (Red+Green+Blue) = 234+181+244=659 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.51% from 659); Green value is 181 (71.09% from 255 or 27.47% from 659); Blue value is 244 (95.70% from 255 or 37.03% from 659); Max value from RGB is 244 - color contains mainly: blue. Hex color #EAB5F4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAB5F4 is #154A0B. Grayscale: #CBCBCB. Windows color (decimal): -1395212 or 16037354. OLE color: 16037354.

HSL color Cylindrical-coordinate representation of color #EAB5F4: hue angle of 290.48º degrees, saturation: 0.74, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EAB5F4 is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 234 181 244 -
CMYK 0.04 0.26 0 0.04
HSL 290.48º 0.74% 0.83% -
HSV(B) 290.48º 0.26% 0.96% -
XYZ 66.78 57.07 93.08 -
YUV 204.03 150.56 149.38 -
System Red Green Blue C M Y K H S L
Decimal 234 181 244 0.04 0.26 0 0.04 290.48 0.74 0.83
Hex EA B5 F4 4 1A 0 4 122 4A 53
Octal 352 265 364 4 32 0 4 442 112 123
Binary 11101010 10110101 11110100 100 11010 0 100 100100010 1001010 1010011

Color Harmonies of #EAB5F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB5F4

Black with #EAB5F4

Text Example


Text Example

White with #EAB5F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB5F4; }

 p { color: rgb(234,181,244); }

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

background-color css

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

 a { background-color: rgb(234,181,244); }

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

border-color css

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

 span { border-color: rgb(234,181,244); }

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