Html Css Color HEX #E49AFC Mauve

📋 copy color: '#E49AFC'

red 228 ◦ green 154 ◦ blue 252

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

Shades of Mauve #E49AFC

Tints of Mauve #E49AFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 39.75%

R = 35.96%
G = 24.29%
B = 39.75%

CMYK

 C value IS 0.10

 M value IS 0.39

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E49AFC (or 0xE49AFC) is known color: Mauve. HEX triplet: E4, 9A and FC. RGB value is (228,154,252). Sum of RGB (Red+Green+Blue) = 228+154+252=634 (83% of max value = 765). Red value is 228 (89.45% from 255 or 35.96% from 634); Green value is 154 (60.55% from 255 or 24.29% from 634); Blue value is 252 (98.83% from 255 or 39.75% from 634); Max value from RGB is 252 - color contains mainly: blue. Hex color #E49AFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E49AFC is #1B6503. Grayscale: #BABABA. Windows color (decimal): -1795332 or 16554724. OLE color: 16554724.

HSL color Cylindrical-coordinate representation of color #E49AFC: hue angle of 285.31º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E49AFC is Cyan = 0.10, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 228 154 252 -
CMYK 0.10 0.39 0 0.01
HSL 285.31º 0.94% 0.8% -
HSV(B) 285.31º 0.39% 0.99% -
XYZ 61.12 46.63 97.88 -
YUV 187.3 164.52 157.03 -
System Red Green Blue C M Y K H S L
Decimal 228 154 252 0.10 0.39 0 0.01 285.31 0.94 0.8
Hex E4 9A FC A 27 0 1 11D 5E 50
Octal 344 232 374 12 47 0 1 435 136 120
Binary 11100100 10011010 11111100 1010 100111 0 1 100011101 1011110 1010000

Color Harmonies of #E49AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E49AFC

Black with #E49AFC

Text Example


Text Example

White with #E49AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E49AFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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