Html Css Color HEX #E2AFED Mauve

📋 copy color: '#E2AFED'

red 226 ◦ green 175 ◦ blue 237

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

Shades of Mauve #E2AFED

Tints of Mauve #E2AFED

RGB

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

 GREEN value IS 175 (68.75% from 255) = 27.43%

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

R = 35.42%
G = 27.43%
B = 37.15%

CMYK

 C value IS 0.05

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E2AFED (or 0xE2AFED) is known color: Mauve. HEX triplet: E2, AF and ED. RGB value is (226,175,237). Sum of RGB (Red+Green+Blue) = 226+175+237=638 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.42% from 638); Green value is 175 (68.75% from 255 or 27.43% from 638); Blue value is 237 (92.97% from 255 or 37.15% from 638); Max value from RGB is 237 - color contains mainly: blue. Hex color #E2AFED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2AFED is #1D5012. Grayscale: #C5C5C5. Windows color (decimal): -1921043 or 15577058. OLE color: 15577058.

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

Color convert

RGB 226 175 237 -
CMYK 0.05 0.26 0 0.07
HSL 289.35º 0.63% 0.81% -
HSV(B) 289.35º 0.26% 0.93% -
XYZ 61.98 52.94 87.07 -
YUV 197.32 150.4 148.46 -
System Red Green Blue C M Y K H S L
Decimal 226 175 237 0.05 0.26 0 0.07 289.35 0.63 0.81
Hex E2 AF ED 5 1A 0 7 121 3F 51
Octal 342 257 355 5 32 0 7 441 77 121
Binary 11100010 10101111 11101101 101 11010 0 111 100100001 111111 1010001

Color Harmonies of #E2AFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2AFED

Black with #E2AFED

Text Example


Text Example

White with #E2AFED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2AFED; }

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

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

background-color css

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

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

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

border-color css

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

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

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