Html Css Color HEX #E2A2FE Mauve

📋 copy color: '#E2A2FE'

red 226 ◦ green 162 ◦ blue 254

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

Shades of Mauve #E2A2FE

Tints of Mauve #E2A2FE

RGB

 RED value IS 226 (88.67% from 255) = 35.2%

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

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

R = 35.2%
G = 25.23%
B = 39.56%

CMYK

 C value IS 0.11

 M value IS 0.36

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E2A2FE (or 0xE2A2FE) is known color: Mauve. HEX triplet: E2, A2 and FE. RGB value is (226,162,254). Sum of RGB (Red+Green+Blue) = 226+162+254=642 (85% of max value = 765). Red value is 226 (88.67% from 255 or 35.20% from 642); Green value is 162 (63.67% from 255 or 25.23% from 642); Blue value is 254 (99.61% from 255 or 39.56% from 642); Max value from RGB is 254 - color contains mainly: blue. Hex color #E2A2FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2A2FE is #1D5D01. Grayscale: #BFBFBF. Windows color (decimal): -1924354 or 16687842. OLE color: 16687842.

HSL color Cylindrical-coordinate representation of color #E2A2FE: hue angle of 281.74º 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 #E2A2FE is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 226 162 254 -
CMYK 0.11 0.36 0 0.00
HSL 281.74º 0.98% 0.82% -
HSV(B) 281.74º 0.36% 1% -
XYZ 62.17 49.17 99.98 -
YUV 191.62 163.2 152.52 -
System Red Green Blue C M Y K H S L
Decimal 226 162 254 0.11 0.36 0 0.00 281.74 0.98 0.82
Hex E2 A2 FE B 24 0 0 11A 62 52
Octal 342 242 376 13 44 0 0 432 142 122
Binary 11100010 10100010 11111110 1011 100100 0 0 100011010 1100010 1010010

Color Harmonies of #E2A2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2A2FE

Black with #E2A2FE

Text Example


Text Example

White with #E2A2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2A2FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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