Html Css Color HEX #E293FE Mauve

📋 copy color: '#E293FE'

red 226 ◦ green 147 ◦ blue 254

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

Shades of Mauve #E293FE

Tints of Mauve #E293FE

RGB

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

 GREEN value IS 147 (57.81% from 255) = 23.44%

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

R = 36.04%
G = 23.44%
B = 40.51%

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

#E293FE (or 0xE293FE) is known color: Mauve. HEX triplet: E2, 93 and FE. RGB value is (226,147,254). Sum of RGB (Red+Green+Blue) = 226+147+254=627 (83% of max value = 765). Red value is 226 (88.67% from 255 or 36.04% from 627); Green value is 147 (57.81% from 255 or 23.44% from 627); Blue value is 254 (99.61% from 255 or 40.51% from 627); Max value from RGB is 254 - color contains mainly: blue. Hex color #E293FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E293FE is #1D6C01. Grayscale: #B6B6B6. Windows color (decimal): -1928194 or 16684002. OLE color: 16684002.

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

Color convert

RGB 226 147 254 -
CMYK 0.11 0.42 0 0.00
HSL 284.3º 0.98% 0.79% -
HSV(B) 284.3º 0.42% 1% -
XYZ 59.69 44.19 99.15 -
YUV 182.82 168.17 158.8 -
System Red Green Blue C M Y K H S L
Decimal 226 147 254 0.11 0.42 0 0.00 284.3 0.98 0.79
Hex E2 93 FE B 2A 0 0 11C 62 4F
Octal 342 223 376 13 52 0 0 434 142 117
Binary 11100010 10010011 11111110 1011 101010 0 0 100011100 1100010 1001111

Color Harmonies of #E293FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E293FE

Black with #E293FE

Text Example


Text Example

White with #E293FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E293FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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