Html Css Color HEX #E194FB Mauve

📋 copy color: '#E194FB'

red 225 ◦ green 148 ◦ blue 251

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

Shades of Mauve #E194FB

Tints of Mauve #E194FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 40.22%

R = 36.06%
G = 23.72%
B = 40.22%

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

#E194FB (or 0xE194FB) is known color: Mauve. HEX triplet: E1, 94 and FB. RGB value is (225,148,251). Sum of RGB (Red+Green+Blue) = 225+148+251=624 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.06% from 624); Green value is 148 (58.20% from 255 or 23.72% from 624); Blue value is 251 (98.44% from 255 or 40.22% from 624); Max value from RGB is 251 - color contains mainly: blue. Hex color #E194FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E194FB is #1E6B04. Grayscale: #B6B6B6. Windows color (decimal): -1993477 or 16487649. OLE color: 16487649.

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

Color convert

RGB 225 148 251 -
CMYK 0.10 0.41 0 0.02
HSL 284.85º 0.93% 0.78% -
HSV(B) 284.85º 0.41% 0.98% -
XYZ 59.05 44.15 96.68 -
YUV 182.77 166.51 158.12 -
System Red Green Blue C M Y K H S L
Decimal 225 148 251 0.10 0.41 0 0.02 284.85 0.93 0.78
Hex E1 94 FB A 29 0 2 11D 5D 4E
Octal 341 224 373 12 51 0 2 435 135 116
Binary 11100001 10010100 11111011 1010 101001 0 10 100011101 1011101 1001110

Color Harmonies of #E194FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E194FB

Black with #E194FB

Text Example


Text Example

White with #E194FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E194FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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