Html Css Color HEX #E195FC Mauve

📋 copy color: '#E195FC'

red 225 ◦ green 149 ◦ blue 252

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

Shades of Mauve #E195FC

Tints of Mauve #E195FC

RGB

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

 GREEN value IS 149 (58.59% from 255) = 23.8%

 BLUE value IS 252 (98.83% from 255) = 40.26%

R = 35.94%
G = 23.8%
B = 40.26%

CMYK

 C value IS 0.11

 M value IS 0.41

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E195FC (or 0xE195FC) is known color: Mauve. HEX triplet: E1, 95 and FC. RGB value is (225,149,252). Sum of RGB (Red+Green+Blue) = 225+149+252=626 (82% of max value = 765). Red value is 225 (88.28% from 255 or 35.94% from 626); Green value is 149 (58.59% from 255 or 23.80% from 626); Blue value is 252 (98.83% from 255 or 40.26% from 626); Max value from RGB is 252 - color contains mainly: blue. Hex color #E195FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E195FC is #1E6A03. Grayscale: #B7B7B7. Windows color (decimal): -1993220 or 16553441. OLE color: 16553441.

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

Color convert

RGB 225 149 252 -
CMYK 0.11 0.41 0 0.01
HSL 284.27º 0.94% 0.79% -
HSV(B) 284.27º 0.41% 0.99% -
XYZ 59.37 44.53 97.56 -
YUV 183.47 166.68 157.62 -
System Red Green Blue C M Y K H S L
Decimal 225 149 252 0.11 0.41 0 0.01 284.27 0.94 0.79
Hex E1 95 FC B 29 0 1 11C 5E 4F
Octal 341 225 374 13 51 0 1 434 136 117
Binary 11100001 10010101 11111100 1011 101001 0 1 100011100 1011110 1001111

Color Harmonies of #E195FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E195FC

Black with #E195FC

Text Example


Text Example

White with #E195FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E195FC; }

 p { color: rgb(225,149,252); }

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

background-color css

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

 a { background-color: rgb(225,149,252); }

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

border-color css

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

 span { border-color: rgb(225,149,252); }

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