Html Css Color HEX #EAB3FF Mauve

📋 copy color: '#EAB3FF'

red 234 ◦ green 179 ◦ blue 255

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

Shades of Mauve #EAB3FF

Tints of Mauve #EAB3FF

RGB

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

 GREEN value IS 179 (70.31% from 255) = 26.8%

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

R = 35.03%
G = 26.8%
B = 38.17%

CMYK

 C value IS 0.08

 M value IS 0.30

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EAB3FF (or 0xEAB3FF) is known color: Mauve. HEX triplet: EA, B3 and FF. RGB value is (234,179,255). Sum of RGB (Red+Green+Blue) = 234+179+255=668 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.03% from 668); Green value is 179 (70.31% from 255 or 26.80% from 668); Blue value is 255 (100% from 255 or 38.17% from 668); Max value from RGB is 255 - color contains mainly: blue. Hex color #EAB3FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAB3FF is #154C00. Grayscale: #CBCBCB. Windows color (decimal): -1395713 or 16757738. OLE color: 16757738.

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

Color convert

RGB 234 179 255 -
CMYK 0.08 0.30 0 0
HSL 283.42º 1% 0.85% -
HSV(B) 283.42º 0.3% 1% -
XYZ 68.1 56.95 102.01 -
YUV 204.11 156.72 149.32 -
System Red Green Blue C M Y K H S L
Decimal 234 179 255 0.08 0.30 0 0 283.42 1 0.85
Hex EA B3 FF 8 1E 0 0 11B 64 55
Octal 352 263 377 10 36 0 0 433 144 125
Binary 11101010 10110011 11111111 1000 11110 0 0 100011011 1100100 1010101

Color Harmonies of #EAB3FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB3FF

Black with #EAB3FF

Text Example


Text Example

White with #EAB3FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB3FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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