Html Css Color HEX #E8A2FF Mauve

📋 copy color: '#E8A2FF'

red 232 ◦ green 162 ◦ blue 255

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

Shades of Mauve #E8A2FF

Tints of Mauve #E8A2FF

RGB

 RED value IS 232 (91.02% from 255) = 35.75%

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

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

R = 35.75%
G = 24.96%
B = 39.29%

CMYK

 C value IS 0.09

 M value IS 0.36

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E8A2FF (or 0xE8A2FF) is known color: Mauve. HEX triplet: E8, A2 and FF. RGB value is (232,162,255). Sum of RGB (Red+Green+Blue) = 232+162+255=649 (85% of max value = 765). Red value is 232 (91.02% from 255 or 35.75% from 649); Green value is 162 (63.67% from 255 or 24.96% from 649); Blue value is 255 (100% from 255 or 39.29% from 649); Max value from RGB is 255 - color contains mainly: blue. Hex color #E8A2FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8A2FF is #175D00. Grayscale: #C1C1C1. Windows color (decimal): -1531137 or 16753384. OLE color: 16753384.

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

Color convert

RGB 232 162 255 -
CMYK 0.09 0.36 0 0
HSL 285.16º 1% 0.82% -
HSV(B) 285.16º 0.36% 1% -
XYZ 64.25 50.22 100.91 -
YUV 193.53 162.69 155.44 -
System Red Green Blue C M Y K H S L
Decimal 232 162 255 0.09 0.36 0 0 285.16 1 0.82
Hex E8 A2 FF 9 24 0 0 11D 64 52
Octal 350 242 377 11 44 0 0 435 144 122
Binary 11101000 10100010 11111111 1001 100100 0 0 100011101 1100100 1010010

Color Harmonies of #E8A2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8A2FF

Black with #E8A2FF

Text Example


Text Example

White with #E8A2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8A2FF; }

 p { color: rgb(232,162,255); }

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

background-color css

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

 a { background-color: rgb(232,162,255); }

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

border-color css

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

 span { border-color: rgb(232,162,255); }

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