Html Css Color HEX #E5A7FE Mauve

📋 copy color: '#E5A7FE'

red 229 ◦ green 167 ◦ blue 254

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

Shades of Mauve #E5A7FE

Tints of Mauve #E5A7FE

RGB

 RED value IS 229 (89.84% from 255) = 35.23%

 GREEN value IS 167 (65.63% from 255) = 25.69%

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

R = 35.23%
G = 25.69%
B = 39.08%

CMYK

 C value IS 0.10

 M value IS 0.34

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E5A7FE (or 0xE5A7FE) is known color: Mauve. HEX triplet: E5, A7 and FE. RGB value is (229,167,254). Sum of RGB (Red+Green+Blue) = 229+167+254=650 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.23% from 650); Green value is 167 (65.62% from 255 or 25.69% from 650); Blue value is 254 (99.61% from 255 or 39.08% from 650); Max value from RGB is 254 - color contains mainly: blue. Hex color #E5A7FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5A7FE is #1A5801. Grayscale: #C3C3C3. Windows color (decimal): -1726466 or 16689125. OLE color: 16689125.

HSL color Cylindrical-coordinate representation of color #E5A7FE: hue angle of 282.76º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E5A7FE is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 229 167 254 -
CMYK 0.10 0.34 0 0.00
HSL 282.76º 0.98% 0.83% -
HSV(B) 282.76º 0.34% 1% -
XYZ 64.02 51.45 100.32 -
YUV 195.46 161.04 151.93 -
System Red Green Blue C M Y K H S L
Decimal 229 167 254 0.10 0.34 0 0.00 282.76 0.98 0.83
Hex E5 A7 FE A 22 0 0 11B 62 53
Octal 345 247 376 12 42 0 0 433 142 123
Binary 11100101 10100111 11111110 1010 100010 0 0 100011011 1100010 1010011

Color Harmonies of #E5A7FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5A7FE

Black with #E5A7FE

Text Example


Text Example

White with #E5A7FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5A7FE; }

 p { color: rgb(229,167,254); }

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

background-color css

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

 a { background-color: rgb(229,167,254); }

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

border-color css

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

 span { border-color: rgb(229,167,254); }

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