Html Css Color HEX #EAB3FE Mauve

📋 copy color: '#EAB3FE'

red 234 ◦ green 179 ◦ blue 254

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

Shades of Mauve #EAB3FE

Tints of Mauve #EAB3FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 38.08%

R = 35.08%
G = 26.84%
B = 38.08%

CMYK

 C value IS 0.08

 M value IS 0.30

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EAB3FE (or 0xEAB3FE) is known color: Mauve. HEX triplet: EA, B3 and FE. RGB value is (234,179,254). Sum of RGB (Red+Green+Blue) = 234+179+254=667 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.08% from 667); Green value is 179 (70.31% from 255 or 26.84% from 667); Blue value is 254 (99.61% from 255 or 38.08% from 667); Max value from RGB is 254 - color contains mainly: blue. Hex color #EAB3FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAB3FE is #154C01. Grayscale: #CBCBCB. Windows color (decimal): -1395714 or 16692202. OLE color: 16692202.

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

Color convert

RGB 234 179 254 -
CMYK 0.08 0.30 0 0.00
HSL 284º 0.97% 0.85% -
HSV(B) 284º 0.3% 1% -
XYZ 67.94 56.89 101.17 -
YUV 204 156.22 149.4 -
System Red Green Blue C M Y K H S L
Decimal 234 179 254 0.08 0.30 0 0.00 284 0.97 0.85
Hex EA B3 FE 8 1E 0 0 11C 61 55
Octal 352 263 376 10 36 0 0 434 141 125
Binary 11101010 10110011 11111110 1000 11110 0 0 100011100 1100001 1010101

Color Harmonies of #EAB3FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB3FE

Black with #EAB3FE

Text Example


Text Example

White with #EAB3FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB3FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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