Html Css Color HEX #E2A7FF Mauve

📋 copy color: '#E2A7FF'

red 226 ◦ green 167 ◦ blue 255

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

Shades of Mauve #E2A7FF

Tints of Mauve #E2A7FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 39.35%

R = 34.88%
G = 25.77%
B = 39.35%

CMYK

 C value IS 0.11

 M value IS 0.35

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E2A7FF (or 0xE2A7FF) is known color: Mauve. HEX triplet: E2, A7 and FF. RGB value is (226,167,255). Sum of RGB (Red+Green+Blue) = 226+167+255=648 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.88% from 648); Green value is 167 (65.62% from 255 or 25.77% from 648); Blue value is 255 (100% from 255 or 39.35% from 648); Max value from RGB is 255 - color contains mainly: blue. Hex color #E2A7FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2A7FF is #1D5800. Grayscale: #C2C2C2. Windows color (decimal): -1923073 or 16754658. OLE color: 16754658.

HSL color Cylindrical-coordinate representation of color #E2A7FF: hue angle of 280.23º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E2A7FF is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 226 167 255 -
CMYK 0.11 0.35 0 0
HSL 280.23º 1% 0.83% -
HSV(B) 280.23º 0.35% 1% -
XYZ 63.23 51.03 101.12 -
YUV 194.67 162.05 150.34 -
System Red Green Blue C M Y K H S L
Decimal 226 167 255 0.11 0.35 0 0 280.23 1 0.83
Hex E2 A7 FF B 23 0 0 118 64 53
Octal 342 247 377 13 43 0 0 430 144 123
Binary 11100010 10100111 11111111 1011 100011 0 0 100011000 1100100 1010011

Color Harmonies of #E2A7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2A7FF

Black with #E2A7FF

Text Example


Text Example

White with #E2A7FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2A7FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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