Html Css Color HEX #E5A4FC Mauve

📋 copy color: '#E5A4FC'

red 229 ◦ green 164 ◦ blue 252

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

Shades of Mauve #E5A4FC

Tints of Mauve #E5A4FC

RGB

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

 GREEN value IS 164 (64.45% from 255) = 25.43%

 BLUE value IS 252 (98.83% from 255) = 39.07%

R = 35.5%
G = 25.43%
B = 39.07%

CMYK

 C value IS 0.09

 M value IS 0.35

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E5A4FC (or 0xE5A4FC) is known color: Mauve. HEX triplet: E5, A4 and FC. RGB value is (229,164,252). Sum of RGB (Red+Green+Blue) = 229+164+252=645 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.50% from 645); Green value is 164 (64.45% from 255 or 25.43% from 645); Blue value is 252 (98.83% from 255 or 39.07% from 645); Max value from RGB is 252 - color contains mainly: blue. Hex color #E5A4FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5A4FC is #1A5B03. Grayscale: #C1C1C1. Windows color (decimal): -1727236 or 16557285. OLE color: 16557285.

HSL color Cylindrical-coordinate representation of color #E5A4FC: hue angle of 284.32º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E5A4FC is Cyan = 0.09, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 229 164 252 -
CMYK 0.09 0.35 0 0.01
HSL 284.32º 0.94% 0.82% -
HSV(B) 284.32º 0.35% 0.99% -
XYZ 63.16 50.24 98.46 -
YUV 193.47 161.03 153.34 -
System Red Green Blue C M Y K H S L
Decimal 229 164 252 0.09 0.35 0 0.01 284.32 0.94 0.82
Hex E5 A4 FC 9 23 0 1 11C 5E 52
Octal 345 244 374 11 43 0 1 434 136 122
Binary 11100101 10100100 11111100 1001 100011 0 1 100011100 1011110 1010010

Color Harmonies of #E5A4FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5A4FC

Black with #E5A4FC

Text Example


Text Example

White with #E5A4FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5A4FC; }

 p { color: rgb(229,164,252); }

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

background-color css

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

 a { background-color: rgb(229,164,252); }

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

border-color css

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

 span { border-color: rgb(229,164,252); }

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