Html Css Color HEX #EAB5FF Mauve

📋 copy color: '#EAB5FF'

red 234 ◦ green 181 ◦ blue 255

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

Shades of Mauve #EAB5FF

Tints of Mauve #EAB5FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 38.06%

R = 34.93%
G = 27.01%
B = 38.06%

CMYK

 C value IS 0.08

 M value IS 0.29

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EAB5FF (or 0xEAB5FF) is known color: Mauve. HEX triplet: EA, B5 and FF. RGB value is (234,181,255). Sum of RGB (Red+Green+Blue) = 234+181+255=670 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.93% from 670); Green value is 181 (71.09% from 255 or 27.01% from 670); Blue value is 255 (100% from 255 or 38.06% from 670); Max value from RGB is 255 - color contains mainly: blue. Hex color #EAB5FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAB5FF is #154A00. Grayscale: #CDCDCD. Windows color (decimal): -1395201 or 16758250. OLE color: 16758250.

HSL color Cylindrical-coordinate representation of color #EAB5FF: hue angle of 282.97º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EAB5FF is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 234 181 255 -
CMYK 0.08 0.29 0 0
HSL 282.97º 1% 0.85% -
HSV(B) 282.97º 0.29% 1% -
XYZ 68.51 57.76 102.15 -
YUV 205.28 156.06 148.48 -
System Red Green Blue C M Y K H S L
Decimal 234 181 255 0.08 0.29 0 0 282.97 1 0.85
Hex EA B5 FF 8 1D 0 0 11B 64 55
Octal 352 265 377 10 35 0 0 433 144 125
Binary 11101010 10110101 11111111 1000 11101 0 0 100011011 1100100 1010101

Color Harmonies of #EAB5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB5FF

Black with #EAB5FF

Text Example


Text Example

White with #EAB5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB5FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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