Html Css Color HEX #E5C1FE Mauve

📋 copy color: '#E5C1FE'

red 229 ◦ green 193 ◦ blue 254

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

Shades of Mauve #E5C1FE

Tints of Mauve #E5C1FE

RGB

 RED value IS 229 (89.84% from 255) = 33.88%

 GREEN value IS 193 (75.78% from 255) = 28.55%

 BLUE value IS 254 (99.61% from 255) = 37.57%

R = 33.88%
G = 28.55%
B = 37.57%

CMYK

 C value IS 0.10

 M value IS 0.24

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E5C1FE (or 0xE5C1FE) is known color: Mauve. HEX triplet: E5, C1 and FE. RGB value is (229,193,254). Sum of RGB (Red+Green+Blue) = 229+193+254=676 (89% of max value = 765). Red value is 229 (89.84% from 255 or 33.88% from 676); Green value is 193 (75.78% from 255 or 28.55% from 676); Blue value is 254 (99.61% from 255 or 37.57% from 676); Max value from RGB is 254 - color contains mainly: blue. Hex color #E5C1FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5C1FE is #1A3E01. Grayscale: #D2D2D2. Windows color (decimal): -1719810 or 16695781. OLE color: 16695781.

HSL color Cylindrical-coordinate representation of color #E5C1FE: hue angle of 275.41º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E5C1FE is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 229 193 254 -
CMYK 0.10 0.24 0 0.00
HSL 275.41º 0.97% 0.88% -
HSV(B) 275.41º 0.24% 1% -
XYZ 69.27 61.95 102.07 -
YUV 210.72 152.43 141.04 -
System Red Green Blue C M Y K H S L
Decimal 229 193 254 0.10 0.24 0 0.00 275.41 0.97 0.88
Hex E5 C1 FE A 18 0 0 113 61 58
Octal 345 301 376 12 30 0 0 423 141 130
Binary 11100101 11000001 11111110 1010 11000 0 0 100010011 1100001 1011000

Color Harmonies of #E5C1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5C1FE

Black with #E5C1FE

Text Example


Text Example

White with #E5C1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5C1FE; }

 p { color: rgb(229,193,254); }

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

background-color css

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

 a { background-color: rgb(229,193,254); }

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

border-color css

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

 span { border-color: rgb(229,193,254); }

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