Html Css Color HEX #E194FF Mauve

📋 copy color: '#E194FF'

red 225 ◦ green 148 ◦ blue 255

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

Shades of Mauve #E194FF

Tints of Mauve #E194FF

RGB

 RED value IS 225 (88.28% from 255) = 35.83%

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

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

R = 35.83%
G = 23.57%
B = 40.61%

CMYK

 C value IS 0.12

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E194FF (or 0xE194FF) is known color: Mauve. HEX triplet: E1, 94 and FF. RGB value is (225,148,255). Sum of RGB (Red+Green+Blue) = 225+148+255=628 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.83% from 628); Green value is 148 (58.20% from 255 or 23.57% from 628); Blue value is 255 (100% from 255 or 40.61% from 628); Max value from RGB is 255 - color contains mainly: blue. Hex color #E194FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E194FF is #1E6B00. Grayscale: #B6B6B6. Windows color (decimal): -1993473 or 16749793. OLE color: 16749793.

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

Color convert

RGB 225 148 255 -
CMYK 0.12 0.42 0 0
HSL 283.18º 1% 0.79% -
HSV(B) 283.18º 0.42% 1% -
XYZ 59.69 44.41 100.03 -
YUV 183.22 168.51 157.8 -
System Red Green Blue C M Y K H S L
Decimal 225 148 255 0.12 0.42 0 0 283.18 1 0.79
Hex E1 94 FF C 2A 0 0 11B 64 4F
Octal 341 224 377 14 52 0 0 433 144 117
Binary 11100001 10010100 11111111 1100 101010 0 0 100011011 1100100 1001111

Color Harmonies of #E194FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E194FF

Black with #E194FF

Text Example


Text Example

White with #E194FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E194FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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