Html Css Color HEX #EAB5F7 Mauve

📋 copy color: '#EAB5F7'

red 234 ◦ green 181 ◦ blue 247

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

Shades of Mauve #EAB5F7

Tints of Mauve #EAB5F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 37.31%

R = 35.35%
G = 27.34%
B = 37.31%

CMYK

 C value IS 0.05

 M value IS 0.27

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#EAB5F7 (or 0xEAB5F7) is known color: Mauve. HEX triplet: EA, B5 and F7. RGB value is (234,181,247). Sum of RGB (Red+Green+Blue) = 234+181+247=662 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.35% from 662); Green value is 181 (71.09% from 255 or 27.34% from 662); Blue value is 247 (96.88% from 255 or 37.31% from 662); Max value from RGB is 247 - color contains mainly: blue. Hex color #EAB5F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAB5F7 is #154A08. Grayscale: #CCCCCC. Windows color (decimal): -1395209 or 16233962. OLE color: 16233962.

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

Color convert

RGB 234 181 247 -
CMYK 0.05 0.27 0 0.03
HSL 288.18º 0.8% 0.84% -
HSV(B) 288.18º 0.27% 0.97% -
XYZ 67.24 57.26 95.5 -
YUV 204.37 152.06 149.13 -
System Red Green Blue C M Y K H S L
Decimal 234 181 247 0.05 0.27 0 0.03 288.18 0.8 0.84
Hex EA B5 F7 5 1B 0 3 120 50 54
Octal 352 265 367 5 33 0 3 440 120 124
Binary 11101010 10110101 11110111 101 11011 0 11 100100000 1010000 1010100

Color Harmonies of #EAB5F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB5F7

Black with #EAB5F7

Text Example


Text Example

White with #EAB5F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB5F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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