Html Css Color HEX #E194FD Mauve

📋 copy color: '#E194FD'

red 225 ◦ green 148 ◦ blue 253

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

Shades of Mauve #E194FD

Tints of Mauve #E194FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 40.42%

R = 35.94%
G = 23.64%
B = 40.42%

CMYK

 C value IS 0.11

 M value IS 0.42

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E194FD (or 0xE194FD) is known color: Mauve. HEX triplet: E1, 94 and FD. RGB value is (225,148,253). Sum of RGB (Red+Green+Blue) = 225+148+253=626 (82% of max value = 765). Red value is 225 (88.28% from 255 or 35.94% from 626); Green value is 148 (58.20% from 255 or 23.64% from 626); Blue value is 253 (99.22% from 255 or 40.42% from 626); Max value from RGB is 253 - color contains mainly: blue. Hex color #E194FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E194FD is #1E6B02. Grayscale: #B6B6B6. Windows color (decimal): -1993475 or 16618721. OLE color: 16618721.

HSL color Cylindrical-coordinate representation of color #E194FD: hue angle of 284º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E194FD is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 225 148 253 -
CMYK 0.11 0.42 0 0.01
HSL 284º 0.96% 0.79% -
HSV(B) 284º 0.42% 0.99% -
XYZ 59.37 44.28 98.35 -
YUV 182.99 167.51 157.96 -
System Red Green Blue C M Y K H S L
Decimal 225 148 253 0.11 0.42 0 0.01 284 0.96 0.79
Hex E1 94 FD B 2A 0 1 11C 60 4F
Octal 341 224 375 13 52 0 1 434 140 117
Binary 11100001 10010100 11111101 1011 101010 0 1 100011100 1100000 1001111

Color Harmonies of #E194FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E194FD

Black with #E194FD

Text Example


Text Example

White with #E194FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E194FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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