Html Css Color HEX #EAB4FE Mauve

📋 copy color: '#EAB4FE'

red 234 ◦ green 180 ◦ blue 254

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

Shades of Mauve #EAB4FE

Tints of Mauve #EAB4FE

RGB

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

 GREEN value IS 180 (70.7% from 255) = 26.95%

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

R = 35.03%
G = 26.95%
B = 38.02%

CMYK

 C value IS 0.08

 M value IS 0.29

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EAB4FE (or 0xEAB4FE) is known color: Mauve. HEX triplet: EA, B4 and FE. RGB value is (234,180,254). Sum of RGB (Red+Green+Blue) = 234+180+254=668 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.03% from 668); Green value is 180 (70.70% from 255 or 26.95% from 668); Blue value is 254 (99.61% from 255 or 38.02% from 668); Max value from RGB is 254 - color contains mainly: blue. Hex color #EAB4FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAB4FE is #154B01. Grayscale: #CCCCCC. Windows color (decimal): -1395458 or 16692458. OLE color: 16692458.

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

Color convert

RGB 234 180 254 -
CMYK 0.08 0.29 0 0.00
HSL 283.78º 0.97% 0.85% -
HSV(B) 283.78º 0.29% 1% -
XYZ 68.14 57.29 101.23 -
YUV 204.58 155.89 148.98 -
System Red Green Blue C M Y K H S L
Decimal 234 180 254 0.08 0.29 0 0.00 283.78 0.97 0.85
Hex EA B4 FE 8 1D 0 0 11C 61 55
Octal 352 264 376 10 35 0 0 434 141 125
Binary 11101010 10110100 11111110 1000 11101 0 0 100011100 1100001 1010101

Color Harmonies of #EAB4FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB4FE

Black with #EAB4FE

Text Example


Text Example

White with #EAB4FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB4FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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