Html Css Color HEX #E49DFC Mauve

📋 copy color: '#E49DFC'

red 228 ◦ green 157 ◦ blue 252

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

Shades of Mauve #E49DFC

Tints of Mauve #E49DFC

RGB

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

 GREEN value IS 157 (61.72% from 255) = 24.65%

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

R = 35.79%
G = 24.65%
B = 39.56%

CMYK

 C value IS 0.10

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E49DFC (or 0xE49DFC) is known color: Mauve. HEX triplet: E4, 9D and FC. RGB value is (228,157,252). Sum of RGB (Red+Green+Blue) = 228+157+252=637 (84% of max value = 765). Red value is 228 (89.45% from 255 or 35.79% from 637); Green value is 157 (61.72% from 255 or 24.65% from 637); Blue value is 252 (98.83% from 255 or 39.56% from 637); Max value from RGB is 252 - color contains mainly: blue. Hex color #E49DFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E49DFC is #1B6203. Grayscale: #BCBCBC. Windows color (decimal): -1794564 or 16555492. OLE color: 16555492.

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

Color convert

RGB 228 157 252 -
CMYK 0.10 0.38 0 0.01
HSL 284.84º 0.94% 0.8% -
HSV(B) 284.84º 0.38% 0.99% -
XYZ 61.62 47.64 98.04 -
YUV 189.06 163.52 155.78 -
System Red Green Blue C M Y K H S L
Decimal 228 157 252 0.10 0.38 0 0.01 284.84 0.94 0.8
Hex E4 9D FC A 26 0 1 11D 5E 50
Octal 344 235 374 12 46 0 1 435 136 120
Binary 11100100 10011101 11111100 1010 100110 0 1 100011101 1011110 1010000

Color Harmonies of #E49DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E49DFC

Black with #E49DFC

Text Example


Text Example

White with #E49DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E49DFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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