Html Css Color HEX #E2A7FE Mauve

📋 copy color: '#E2A7FE'

red 226 ◦ green 167 ◦ blue 254

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

Shades of Mauve #E2A7FE

Tints of Mauve #E2A7FE

RGB

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

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

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

R = 34.93%
G = 25.81%
B = 39.26%

CMYK

 C value IS 0.11

 M value IS 0.34

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E2A7FE (or 0xE2A7FE) is known color: Mauve. HEX triplet: E2, A7 and FE. RGB value is (226,167,254). Sum of RGB (Red+Green+Blue) = 226+167+254=647 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.93% from 647); Green value is 167 (65.62% from 255 or 25.81% from 647); Blue value is 254 (99.61% from 255 or 39.26% from 647); Max value from RGB is 254 - color contains mainly: blue. Hex color #E2A7FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2A7FE is #1D5801. Grayscale: #C2C2C2. Windows color (decimal): -1923074 or 16689122. OLE color: 16689122.

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

Color convert

RGB 226 167 254 -
CMYK 0.11 0.34 0 0.00
HSL 280.69º 0.98% 0.83% -
HSV(B) 280.69º 0.34% 1% -
XYZ 63.07 50.96 100.28 -
YUV 194.56 161.55 150.43 -
System Red Green Blue C M Y K H S L
Decimal 226 167 254 0.11 0.34 0 0.00 280.69 0.98 0.83
Hex E2 A7 FE B 22 0 0 119 62 53
Octal 342 247 376 13 42 0 0 431 142 123
Binary 11100010 10100111 11111110 1011 100010 0 0 100011001 1100010 1010011

Color Harmonies of #E2A7FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2A7FE

Black with #E2A7FE

Text Example


Text Example

White with #E2A7FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2A7FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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