Html Css Color HEX #E294FF Mauve

📋 copy color: '#E294FF'

red 226 ◦ green 148 ◦ blue 255

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

Shades of Mauve #E294FF

Tints of Mauve #E294FF

RGB

 RED value IS 226 (88.67% from 255) = 35.93%

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

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

R = 35.93%
G = 23.53%
B = 40.54%

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

#E294FF (or 0xE294FF) is known color: Mauve. HEX triplet: E2, 94 and FF. RGB value is (226,148,255). Sum of RGB (Red+Green+Blue) = 226+148+255=629 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.93% from 629); Green value is 148 (58.20% from 255 or 23.53% from 629); Blue value is 255 (100% from 255 or 40.54% from 629); Max value from RGB is 255 - color contains mainly: blue. Hex color #E294FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E294FF is #1D6B00. Grayscale: #B7B7B7. Windows color (decimal): -1927937 or 16749794. OLE color: 16749794.

HSL color Cylindrical-coordinate representation of color #E294FF: hue angle of 283.74º 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 #E294FF is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 226 148 255 -
CMYK 0.11 0.42 0 0
HSL 283.74º 1% 0.79% -
HSV(B) 283.74º 0.42% 1% -
XYZ 60 44.57 100.05 -
YUV 183.52 168.34 158.3 -
System Red Green Blue C M Y K H S L
Decimal 226 148 255 0.11 0.42 0 0 283.74 1 0.79
Hex E2 94 FF B 2A 0 0 11C 64 4F
Octal 342 224 377 13 52 0 0 434 144 117
Binary 11100010 10010100 11111111 1011 101010 0 0 100011100 1100100 1001111

Color Harmonies of #E294FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E294FF

Black with #E294FF

Text Example


Text Example

White with #E294FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E294FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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