Html Css Color HEX #E194FA Mauve

📋 copy color: '#E194FA'

red 225 ◦ green 148 ◦ blue 250

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

Shades of Mauve #E194FA

Tints of Mauve #E194FA

RGB

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

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

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

R = 36.12%
G = 23.76%
B = 40.13%

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

#E194FA (or 0xE194FA) is known color: Mauve. HEX triplet: E1, 94 and FA. RGB value is (225,148,250). Sum of RGB (Red+Green+Blue) = 225+148+250=623 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.12% from 623); Green value is 148 (58.20% from 255 or 23.76% from 623); Blue value is 250 (98.05% from 255 or 40.13% from 623); Max value from RGB is 250 - color contains mainly: blue. Hex color #E194FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E194FA is #1E6B05. Grayscale: #B6B6B6. Windows color (decimal): -1993478 or 16422113. OLE color: 16422113.

HSL color Cylindrical-coordinate representation of color #E194FA: hue angle of 285.29º 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 #E194FA is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 225 148 250 -
CMYK 0.10 0.41 0 0.02
HSL 285.29º 0.91% 0.78% -
HSV(B) 285.29º 0.41% 0.98% -
XYZ 58.9 44.09 95.85 -
YUV 182.65 166.01 158.21 -
System Red Green Blue C M Y K H S L
Decimal 225 148 250 0.10 0.41 0 0.02 285.29 0.91 0.78
Hex E1 94 FA A 29 0 2 11D 5B 4E
Octal 341 224 372 12 51 0 2 435 133 116
Binary 11100001 10010100 11111010 1010 101001 0 10 100011101 1011011 1001110

Color Harmonies of #E194FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E194FA

Black with #E194FA

Text Example


Text Example

White with #E194FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E194FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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