Html Css Color HEX #E2AEED Mauve

📋 copy color: '#E2AEED'

red 226 ◦ green 174 ◦ blue 237

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

Shades of Mauve #E2AEED

Tints of Mauve #E2AEED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 37.21%

R = 35.48%
G = 27.32%
B = 37.21%

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

#E2AEED (or 0xE2AEED) is known color: Mauve. HEX triplet: E2, AE and ED. RGB value is (226,174,237). Sum of RGB (Red+Green+Blue) = 226+174+237=637 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.48% from 637); Green value is 174 (68.36% from 255 or 27.32% from 637); Blue value is 237 (92.97% from 255 or 37.21% from 637); Max value from RGB is 237 - color contains mainly: blue. Hex color #E2AEED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2AEED is #1D5112. Grayscale: #C4C4C4. Windows color (decimal): -1921299 or 15576802. OLE color: 15576802.

HSL color Cylindrical-coordinate representation of color #E2AEED: hue angle of 289.52º degrees, saturation: 0.64, 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 #E2AEED is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 226 174 237 -
CMYK 0.05 0.27 0 0.07
HSL 289.52º 0.64% 0.81% -
HSV(B) 289.52º 0.27% 0.93% -
XYZ 61.79 52.56 87.01 -
YUV 196.73 150.73 148.88 -
System Red Green Blue C M Y K H S L
Decimal 226 174 237 0.05 0.27 0 0.07 289.52 0.64 0.81
Hex E2 AE ED 5 1B 0 7 122 40 51
Octal 342 256 355 5 33 0 7 442 100 121
Binary 11100010 10101110 11101101 101 11011 0 111 100100010 1000000 1010001

Color Harmonies of #E2AEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2AEED

Black with #E2AEED

Text Example


Text Example

White with #E2AEED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2AEED; }

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

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

background-color css

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

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

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

border-color css

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

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

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