Html Css Color HEX #E4A5FA Mauve

📋 copy color: '#E4A5FA'

red 228 ◦ green 165 ◦ blue 250

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

Shades of Mauve #E4A5FA

Tints of Mauve #E4A5FA

RGB

 RED value IS 228 (89.45% from 255) = 35.46%

 GREEN value IS 165 (64.84% from 255) = 25.66%

 BLUE value IS 250 (98.05% from 255) = 38.88%

R = 35.46%
G = 25.66%
B = 38.88%

CMYK

 C value IS 0.09

 M value IS 0.34

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E4A5FA (or 0xE4A5FA) is known color: Mauve. HEX triplet: E4, A5 and FA. RGB value is (228,165,250). Sum of RGB (Red+Green+Blue) = 228+165+250=643 (85% of max value = 765). Red value is 228 (89.45% from 255 or 35.46% from 643); Green value is 165 (64.84% from 255 or 25.66% from 643); Blue value is 250 (98.05% from 255 or 38.88% from 643); Max value from RGB is 250 - color contains mainly: blue. Hex color #E4A5FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E4A5FA is #1B5A05. Grayscale: #C1C1C1. Windows color (decimal): -1792518 or 16426468. OLE color: 16426468.

HSL color Cylindrical-coordinate representation of color #E4A5FA: hue angle of 284.47º degrees, saturation: 0.89, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E4A5FA is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 228 165 250 -
CMYK 0.09 0.34 0 0.02
HSL 284.47º 0.89% 0.81% -
HSV(B) 284.47º 0.34% 0.98% -
XYZ 62.71 50.31 96.85 -
YUV 193.53 159.87 152.59 -
System Red Green Blue C M Y K H S L
Decimal 228 165 250 0.09 0.34 0 0.02 284.47 0.89 0.81
Hex E4 A5 FA 9 22 0 2 11C 59 51
Octal 344 245 372 11 42 0 2 434 131 121
Binary 11100100 10100101 11111010 1001 100010 0 10 100011100 1011001 1010001

Color Harmonies of #E4A5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4A5FA

Black with #E4A5FA

Text Example


Text Example

White with #E4A5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4A5FA; }

 p { color: rgb(228,165,250); }

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

background-color css

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

 a { background-color: rgb(228,165,250); }

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

border-color css

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

 span { border-color: rgb(228,165,250); }

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