Html Css Color HEX #E2AEEE Mauve

📋 copy color: '#E2AEEE'

red 226 ◦ green 174 ◦ blue 238

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

Shades of Mauve #E2AEEE

Tints of Mauve #E2AEEE

RGB

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

 GREEN value IS 174 (68.36% from 255) = 27.27%

 BLUE value IS 238 (93.36% from 255) = 37.3%

R = 35.42%
G = 27.27%
B = 37.3%

CMYK

 C value IS 0.05

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E2AEEE (or 0xE2AEEE) is known color: Mauve. HEX triplet: E2, AE and EE. RGB value is (226,174,238). Sum of RGB (Red+Green+Blue) = 226+174+238=638 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.42% from 638); Green value is 174 (68.36% from 255 or 27.27% from 638); Blue value is 238 (93.36% from 255 or 37.30% from 638); Max value from RGB is 238 - color contains mainly: blue. Hex color #E2AEEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2AEEE is #1D5111. Grayscale: #C4C4C4. Windows color (decimal): -1921298 or 15642338. OLE color: 15642338.

HSL color Cylindrical-coordinate representation of color #E2AEEE: hue angle of 288.75º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E2AEEE is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 226 174 238 -
CMYK 0.05 0.27 0 0.07
HSL 288.75º 0.65% 0.81% -
HSV(B) 288.75º 0.27% 0.93% -
XYZ 61.93 52.61 87.78 -
YUV 196.84 151.23 148.8 -
System Red Green Blue C M Y K H S L
Decimal 226 174 238 0.05 0.27 0 0.07 288.75 0.65 0.81
Hex E2 AE EE 5 1B 0 7 121 41 51
Octal 342 256 356 5 33 0 7 441 101 121
Binary 11100010 10101110 11101110 101 11011 0 111 100100001 1000001 1010001

Color Harmonies of #E2AEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2AEEE

Black with #E2AEEE

Text Example


Text Example

White with #E2AEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2AEEE; }

 p { color: rgb(226,174,238); }

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

background-color css

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

 a { background-color: rgb(226,174,238); }

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

border-color css

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

 span { border-color: rgb(226,174,238); }

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