Html Css Color HEX #E494FF Mauve

📋 copy color: '#E494FF'

red 228 ◦ green 148 ◦ blue 255

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

Shades of Mauve #E494FF

Tints of Mauve #E494FF

RGB

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

 GREEN value IS 148 (58.2% from 255) = 23.45%

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

R = 36.13%
G = 23.45%
B = 40.41%

CMYK

 C value IS 0.11

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E494FF (or 0xE494FF) is known color: Mauve. HEX triplet: E4, 94 and FF. RGB value is (228,148,255). Sum of RGB (Red+Green+Blue) = 228+148+255=631 (83% of max value = 765). Red value is 228 (89.45% from 255 or 36.13% from 631); Green value is 148 (58.20% from 255 or 23.45% from 631); Blue value is 255 (100% from 255 or 40.41% from 631); Max value from RGB is 255 - color contains mainly: blue. Hex color #E494FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E494FF is #1B6B00. Grayscale: #B7B7B7. Windows color (decimal): -1796865 or 16749796. OLE color: 16749796.

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

Color convert

RGB 228 148 255 -
CMYK 0.11 0.42 0 0
HSL 284.86º 1% 0.79% -
HSV(B) 284.86º 0.42% 1% -
XYZ 60.63 44.89 100.08 -
YUV 184.12 168 159.3 -
System Red Green Blue C M Y K H S L
Decimal 228 148 255 0.11 0.42 0 0 284.86 1 0.79
Hex E4 94 FF B 2A 0 0 11D 64 4F
Octal 344 224 377 13 52 0 0 435 144 117
Binary 11100100 10010100 11111111 1011 101010 0 0 100011101 1100100 1001111

Color Harmonies of #E494FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E494FF

Black with #E494FF

Text Example


Text Example

White with #E494FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E494FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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