Html Css Color HEX #E9A2FF Mauve

📋 copy color: '#E9A2FF'

red 233 ◦ green 162 ◦ blue 255

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

Shades of Mauve #E9A2FF

Tints of Mauve #E9A2FF

RGB

 RED value IS 233 (91.41% from 255) = 35.85%

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

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

R = 35.85%
G = 24.92%
B = 39.23%

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

#E9A2FF (or 0xE9A2FF) is known color: Mauve. HEX triplet: E9, A2 and FF. RGB value is (233,162,255). Sum of RGB (Red+Green+Blue) = 233+162+255=650 (86% of max value = 765). Red value is 233 (91.41% from 255 or 35.85% from 650); Green value is 162 (63.67% from 255 or 24.92% from 650); Blue value is 255 (100% from 255 or 39.23% from 650); Max value from RGB is 255 - color contains mainly: blue. Hex color #E9A2FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E9A2FF is #165D00. Grayscale: #C1C1C1. Windows color (decimal): -1465601 or 16753385. OLE color: 16753385.

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

Color convert

RGB 233 162 255 -
CMYK 0.09 0.36 0 0
HSL 285.81º 1% 0.82% -
HSV(B) 285.81º 0.36% 1% -
XYZ 64.57 50.38 100.93 -
YUV 193.83 162.52 155.94 -
System Red Green Blue C M Y K H S L
Decimal 233 162 255 0.09 0.36 0 0 285.81 1 0.82
Hex E9 A2 FF 9 24 0 0 11E 64 52
Octal 351 242 377 11 44 0 0 436 144 122
Binary 11101001 10100010 11111111 1001 100100 0 0 100011110 1100100 1010010

Color Harmonies of #E9A2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9A2FF

Black with #E9A2FF

Text Example


Text Example

White with #E9A2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9A2FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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