Html Css Color HEX #E294FE Mauve

📋 copy color: '#E294FE'

red 226 ◦ green 148 ◦ blue 254

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

Shades of Mauve #E294FE

Tints of Mauve #E294FE

RGB

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

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

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

R = 35.99%
G = 23.57%
B = 40.45%

CMYK

 C value IS 0.11

 M value IS 0.42

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E294FE (or 0xE294FE) is known color: Mauve. HEX triplet: E2, 94 and FE. RGB value is (226,148,254). Sum of RGB (Red+Green+Blue) = 226+148+254=628 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.99% from 628); Green value is 148 (58.20% from 255 or 23.57% from 628); Blue value is 254 (99.61% from 255 or 40.45% from 628); Max value from RGB is 254 - color contains mainly: blue. Hex color #E294FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E294FE is #1D6B01. Grayscale: #B7B7B7. Windows color (decimal): -1927938 or 16684258. OLE color: 16684258.

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

Color convert

RGB 226 148 254 -
CMYK 0.11 0.42 0 0.00
HSL 284.15º 0.98% 0.79% -
HSV(B) 284.15º 0.42% 1% -
XYZ 59.84 44.5 99.2 -
YUV 183.41 167.84 158.38 -
System Red Green Blue C M Y K H S L
Decimal 226 148 254 0.11 0.42 0 0.00 284.15 0.98 0.79
Hex E2 94 FE B 2A 0 0 11C 62 4F
Octal 342 224 376 13 52 0 0 434 142 117
Binary 11100010 10010100 11111110 1011 101010 0 0 100011100 1100010 1001111

Color Harmonies of #E294FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E294FE

Black with #E294FE

Text Example


Text Example

White with #E294FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E294FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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