Html Css Color HEX #E4A2FE Mauve

📋 copy color: '#E4A2FE'

red 228 ◦ green 162 ◦ blue 254

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

Shades of Mauve #E4A2FE

Tints of Mauve #E4A2FE

RGB

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

 GREEN value IS 162 (63.67% from 255) = 25.16%

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

R = 35.4%
G = 25.16%
B = 39.44%

CMYK

 C value IS 0.10

 M value IS 0.36

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E4A2FE (or 0xE4A2FE) is known color: Mauve. HEX triplet: E4, A2 and FE. RGB value is (228,162,254). Sum of RGB (Red+Green+Blue) = 228+162+254=644 (85% of max value = 765). Red value is 228 (89.45% from 255 or 35.40% from 644); Green value is 162 (63.67% from 255 or 25.16% from 644); Blue value is 254 (99.61% from 255 or 39.44% from 644); Max value from RGB is 254 - color contains mainly: blue. Hex color #E4A2FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E4A2FE is #1B5D01. Grayscale: #BFBFBF. Windows color (decimal): -1793282 or 16687844. OLE color: 16687844.

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

Color convert

RGB 228 162 254 -
CMYK 0.10 0.36 0 0.00
HSL 283.04º 0.98% 0.82% -
HSV(B) 283.04º 0.36% 1% -
XYZ 62.8 49.49 100.01 -
YUV 192.22 162.87 153.52 -
System Red Green Blue C M Y K H S L
Decimal 228 162 254 0.10 0.36 0 0.00 283.04 0.98 0.82
Hex E4 A2 FE A 24 0 0 11B 62 52
Octal 344 242 376 12 44 0 0 433 142 122
Binary 11100100 10100010 11111110 1010 100100 0 0 100011011 1100010 1010010

Color Harmonies of #E4A2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4A2FE

Black with #E4A2FE

Text Example


Text Example

White with #E4A2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4A2FE; }

 p { color: rgb(228,162,254); }

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

background-color css

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

 a { background-color: rgb(228,162,254); }

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

border-color css

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

 span { border-color: rgb(228,162,254); }

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