Html Css Color HEX #E294FA Mauve

📋 copy color: '#E294FA'

red 226 ◦ green 148 ◦ blue 250

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

Shades of Mauve #E294FA

Tints of Mauve #E294FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 40.06%

R = 36.22%
G = 23.72%
B = 40.06%

CMYK

 C value IS 0.10

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E294FA (or 0xE294FA) is known color: Mauve. HEX triplet: E2, 94 and FA. RGB value is (226,148,250). Sum of RGB (Red+Green+Blue) = 226+148+250=624 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.22% from 624); Green value is 148 (58.20% from 255 or 23.72% from 624); Blue value is 250 (98.05% from 255 or 40.06% from 624); Max value from RGB is 250 - color contains mainly: blue. Hex color #E294FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E294FA is #1D6B05. Grayscale: #B6B6B6. Windows color (decimal): -1927942 or 16422114. OLE color: 16422114.

HSL color Cylindrical-coordinate representation of color #E294FA: hue angle of 285.88º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E294FA is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 226 148 250 -
CMYK 0.10 0.41 0 0.02
HSL 285.88º 0.91% 0.78% -
HSV(B) 285.88º 0.41% 0.98% -
XYZ 59.21 44.25 95.86 -
YUV 182.95 165.84 158.71 -
System Red Green Blue C M Y K H S L
Decimal 226 148 250 0.10 0.41 0 0.02 285.88 0.91 0.78
Hex E2 94 FA A 29 0 2 11E 5B 4E
Octal 342 224 372 12 51 0 2 436 133 116
Binary 11100010 10010100 11111010 1010 101001 0 10 100011110 1011011 1001110

Color Harmonies of #E294FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E294FA

Black with #E294FA

Text Example


Text Example

White with #E294FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E294FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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