Html Css Color HEX #EAB7FE Mauve

📋 copy color: '#EAB7FE'

red 234 ◦ green 183 ◦ blue 254

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

Shades of Mauve #EAB7FE

Tints of Mauve #EAB7FE

RGB

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

 GREEN value IS 183 (71.88% from 255) = 27.27%

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

R = 34.87%
G = 27.27%
B = 37.85%

CMYK

 C value IS 0.08

 M value IS 0.28

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EAB7FE (or 0xEAB7FE) is known color: Mauve. HEX triplet: EA, B7 and FE. RGB value is (234,183,254). Sum of RGB (Red+Green+Blue) = 234+183+254=671 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.87% from 671); Green value is 183 (71.88% from 255 or 27.27% from 671); Blue value is 254 (99.61% from 255 or 37.85% from 671); Max value from RGB is 254 - color contains mainly: blue. Hex color #EAB7FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAB7FE is #154801. Grayscale: #CECECE. Windows color (decimal): -1394690 or 16693226. OLE color: 16693226.

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

Color convert

RGB 234 183 254 -
CMYK 0.08 0.28 0 0.00
HSL 283.1º 0.97% 0.86% -
HSV(B) 283.1º 0.28% 1% -
XYZ 68.75 58.52 101.44 -
YUV 206.34 154.9 147.73 -
System Red Green Blue C M Y K H S L
Decimal 234 183 254 0.08 0.28 0 0.00 283.1 0.97 0.86
Hex EA B7 FE 8 1C 0 0 11B 61 56
Octal 352 267 376 10 34 0 0 433 141 126
Binary 11101010 10110111 11111110 1000 11100 0 0 100011011 1100001 1010110

Color Harmonies of #EAB7FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB7FE

Black with #EAB7FE

Text Example


Text Example

White with #EAB7FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB7FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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