Html Css Color HEX #E49BFE Mauve

📋 copy color: '#E49BFE'

red 228 ◦ green 155 ◦ blue 254

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

Shades of Mauve #E49BFE

Tints of Mauve #E49BFE

RGB

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

 GREEN value IS 155 (60.94% from 255) = 24.33%

 BLUE value IS 254 (99.61% from 255) = 39.87%

R = 35.79%
G = 24.33%
B = 39.87%

CMYK

 C value IS 0.10

 M value IS 0.39

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E49BFE (or 0xE49BFE) is known color: Mauve. HEX triplet: E4, 9B and FE. RGB value is (228,155,254). Sum of RGB (Red+Green+Blue) = 228+155+254=637 (84% of max value = 765). Red value is 228 (89.45% from 255 or 35.79% from 637); Green value is 155 (60.94% from 255 or 24.33% from 637); Blue value is 254 (99.61% from 255 or 39.87% from 637); Max value from RGB is 254 - color contains mainly: blue. Hex color #E49BFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E49BFE is #1B6401. Grayscale: #BBBBBB. Windows color (decimal): -1795074 or 16686052. OLE color: 16686052.

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

Color convert

RGB 228 155 254 -
CMYK 0.10 0.39 0 0.00
HSL 284.24º 0.98% 0.8% -
HSV(B) 284.24º 0.39% 1% -
XYZ 61.61 47.09 99.61 -
YUV 188.11 165.18 156.45 -
System Red Green Blue C M Y K H S L
Decimal 228 155 254 0.10 0.39 0 0.00 284.24 0.98 0.8
Hex E4 9B FE A 27 0 0 11C 62 50
Octal 344 233 376 12 47 0 0 434 142 120
Binary 11100100 10011011 11111110 1010 100111 0 0 100011100 1100010 1010000

Color Harmonies of #E49BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E49BFE

Black with #E49BFE

Text Example


Text Example

White with #E49BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E49BFE; }

 p { color: rgb(228,155,254); }

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

background-color css

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

 a { background-color: rgb(228,155,254); }

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

border-color css

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

 span { border-color: rgb(228,155,254); }

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