Html Css Color HEX #E394FF Mauve

📋 copy color: '#E394FF'

red 227 ◦ green 148 ◦ blue 255

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

Shades of Mauve #E394FF

Tints of Mauve #E394FF

RGB

 RED value IS 227 (89.06% from 255) = 36.03%

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

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

R = 36.03%
G = 23.49%
B = 40.48%

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

#E394FF (or 0xE394FF) is known color: Mauve. HEX triplet: E3, 94 and FF. RGB value is (227,148,255). Sum of RGB (Red+Green+Blue) = 227+148+255=630 (83% of max value = 765). Red value is 227 (89.06% from 255 or 36.03% from 630); Green value is 148 (58.20% from 255 or 23.49% from 630); Blue value is 255 (100% from 255 or 40.48% from 630); Max value from RGB is 255 - color contains mainly: blue. Hex color #E394FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E394FF is #1C6B00. Grayscale: #B7B7B7. Windows color (decimal): -1862401 or 16749795. OLE color: 16749795.

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

Color convert

RGB 227 148 255 -
CMYK 0.11 0.42 0 0
HSL 284.3º 1% 0.79% -
HSV(B) 284.3º 0.42% 1% -
XYZ 60.32 44.73 100.06 -
YUV 183.82 168.17 158.8 -
System Red Green Blue C M Y K H S L
Decimal 227 148 255 0.11 0.42 0 0 284.3 1 0.79
Hex E3 94 FF B 2A 0 0 11C 64 4F
Octal 343 224 377 13 52 0 0 434 144 117
Binary 11100011 10010100 11111111 1011 101010 0 0 100011100 1100100 1001111

Color Harmonies of #E394FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E394FF

Black with #E394FF

Text Example


Text Example

White with #E394FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E394FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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