Html Css Color HEX #E49AFF Mauve

📋 copy color: '#E49AFF'

red 228 ◦ green 154 ◦ blue 255

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

Shades of Mauve #E49AFF

Tints of Mauve #E49AFF

RGB

 RED value IS 228 (89.45% from 255) = 35.79%

 GREEN value IS 154 (60.55% from 255) = 24.18%

 BLUE value IS 255 (100% from 255) = 40.03%

R = 35.79%
G = 24.18%
B = 40.03%

CMYK

 C value IS 0.11

 M value IS 0.40

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E49AFF (or 0xE49AFF) is known color: Mauve. HEX triplet: E4, 9A and FF. RGB value is (228,154,255). Sum of RGB (Red+Green+Blue) = 228+154+255=637 (84% of max value = 765). Red value is 228 (89.45% from 255 or 35.79% from 637); Green value is 154 (60.55% from 255 or 24.18% from 637); Blue value is 255 (100% from 255 or 40.03% from 637); Max value from RGB is 255 - color contains mainly: blue. Hex color #E49AFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E49AFF is #1B6500. Grayscale: #BBBBBB. Windows color (decimal): -1795329 or 16751332. OLE color: 16751332.

HSL color Cylindrical-coordinate representation of color #E49AFF: hue angle of 283.96º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E49AFF is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 228 154 255 -
CMYK 0.11 0.40 0 0
HSL 283.96º 1% 0.8% -
HSV(B) 283.96º 0.4% 1% -
XYZ 61.6 46.83 100.4 -
YUV 187.64 166.02 156.79 -
System Red Green Blue C M Y K H S L
Decimal 228 154 255 0.11 0.40 0 0 283.96 1 0.8
Hex E4 9A FF B 28 0 0 11C 64 50
Octal 344 232 377 13 50 0 0 434 144 120
Binary 11100100 10011010 11111111 1011 101000 0 0 100011100 1100100 1010000

Color Harmonies of #E49AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E49AFF

Black with #E49AFF

Text Example


Text Example

White with #E49AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E49AFF; }

 p { color: rgb(228,154,255); }

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

background-color css

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

 a { background-color: rgb(228,154,255); }

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

border-color css

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

 span { border-color: rgb(228,154,255); }

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