Html Css Color HEX #E2AEFD Mauve

📋 copy color: '#E2AEFD'

red 226 ◦ green 174 ◦ blue 253

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

Shades of Mauve #E2AEFD

Tints of Mauve #E2AEFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 38.74%

R = 34.61%
G = 26.65%
B = 38.74%

CMYK

 C value IS 0.11

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E2AEFD (or 0xE2AEFD) is known color: Mauve. HEX triplet: E2, AE and FD. RGB value is (226,174,253). Sum of RGB (Red+Green+Blue) = 226+174+253=653 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.61% from 653); Green value is 174 (68.36% from 255 or 26.65% from 653); Blue value is 253 (99.22% from 255 or 38.74% from 653); Max value from RGB is 253 - color contains mainly: blue. Hex color #E2AEFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2AEFD is #1D5102. Grayscale: #C6C6C6. Windows color (decimal): -1921283 or 16625378. OLE color: 16625378.

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

Color convert

RGB 226 174 253 -
CMYK 0.11 0.31 0 0.01
HSL 279.49º 0.95% 0.84% -
HSV(B) 279.49º 0.31% 0.99% -
XYZ 64.23 53.53 99.88 -
YUV 198.55 158.73 147.58 -
System Red Green Blue C M Y K H S L
Decimal 226 174 253 0.11 0.31 0 0.01 279.49 0.95 0.84
Hex E2 AE FD B 1F 0 1 117 5F 54
Octal 342 256 375 13 37 0 1 427 137 124
Binary 11100010 10101110 11111101 1011 11111 0 1 100010111 1011111 1010100

Color Harmonies of #E2AEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2AEFD

Black with #E2AEFD

Text Example


Text Example

White with #E2AEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2AEFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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