Html Css Color HEX #E2AEFE Mauve

📋 copy color: '#E2AEFE'

red 226 ◦ green 174 ◦ blue 254

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

Shades of Mauve #E2AEFE

Tints of Mauve #E2AEFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 38.84%

R = 34.56%
G = 26.61%
B = 38.84%

CMYK

 C value IS 0.11

 M value IS 0.31

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E2AEFE (or 0xE2AEFE) is known color: Mauve. HEX triplet: E2, AE and FE. RGB value is (226,174,254). Sum of RGB (Red+Green+Blue) = 226+174+254=654 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.56% from 654); Green value is 174 (68.36% from 255 or 26.61% from 654); Blue value is 254 (99.61% from 255 or 38.84% from 654); Max value from RGB is 254 - color contains mainly: blue. Hex color #E2AEFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2AEFE is #1D5101. Grayscale: #C6C6C6. Windows color (decimal): -1921282 or 16690914. OLE color: 16690914.

HSL color Cylindrical-coordinate representation of color #E2AEFE: hue angle of 279º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E2AEFE is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 226 174 254 -
CMYK 0.11 0.31 0 0.00
HSL 279º 0.98% 0.84% -
HSV(B) 279º 0.31% 1% -
XYZ 64.39 53.6 100.72 -
YUV 198.67 159.23 147.5 -
System Red Green Blue C M Y K H S L
Decimal 226 174 254 0.11 0.31 0 0.00 279 0.98 0.84
Hex E2 AE FE B 1F 0 0 117 62 54
Octal 342 256 376 13 37 0 0 427 142 124
Binary 11100010 10101110 11111110 1011 11111 0 0 100010111 1100010 1010100

Color Harmonies of #E2AEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2AEFE

Black with #E2AEFE

Text Example


Text Example

White with #E2AEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2AEFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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