Html Css Color HEX #E7A5FF Mauve

📋 copy color: '#E7A5FF'

red 231 ◦ green 165 ◦ blue 255

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

Shades of Mauve #E7A5FF

Tints of Mauve #E7A5FF

RGB

 RED value IS 231 (90.63% from 255) = 35.48%

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

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

R = 35.48%
G = 25.35%
B = 39.17%

CMYK

 C value IS 0.09

 M value IS 0.35

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E7A5FF (or 0xE7A5FF) is known color: Mauve. HEX triplet: E7, A5 and FF. RGB value is (231,165,255). Sum of RGB (Red+Green+Blue) = 231+165+255=651 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.48% from 651); Green value is 165 (64.84% from 255 or 25.35% from 651); Blue value is 255 (100% from 255 or 39.17% from 651); Max value from RGB is 255 - color contains mainly: blue. Hex color #E7A5FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7A5FF is #185A00. Grayscale: #C2C2C2. Windows color (decimal): -1595905 or 16754151. OLE color: 16754151.

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

Color convert

RGB 231 165 255 -
CMYK 0.09 0.35 0 0
HSL 284º 1% 0.82% -
HSV(B) 284º 0.35% 1% -
XYZ 64.46 51.12 101.08 -
YUV 194.99 161.87 153.68 -
System Red Green Blue C M Y K H S L
Decimal 231 165 255 0.09 0.35 0 0 284 1 0.82
Hex E7 A5 FF 9 23 0 0 11C 64 52
Octal 347 245 377 11 43 0 0 434 144 122
Binary 11100111 10100101 11111111 1001 100011 0 0 100011100 1100100 1010010

Color Harmonies of #E7A5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7A5FF

Black with #E7A5FF

Text Example


Text Example

White with #E7A5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7A5FF; }

 p { color: rgb(231,165,255); }

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

background-color css

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

 a { background-color: rgb(231,165,255); }

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

border-color css

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

 span { border-color: rgb(231,165,255); }

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