Html Css Color HEX #E1C1F7 Mauve

📋 copy color: '#E1C1F7'

red 225 ◦ green 193 ◦ blue 247

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

Shades of Mauve #E1C1F7

Tints of Mauve #E1C1F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 37.14%

R = 33.83%
G = 29.02%
B = 37.14%

CMYK

 C value IS 0.09

 M value IS 0.22

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#E1C1F7 (or 0xE1C1F7) is known color: Mauve. HEX triplet: E1, C1 and F7. RGB value is (225,193,247). Sum of RGB (Red+Green+Blue) = 225+193+247=665 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.83% from 665); Green value is 193 (75.78% from 255 or 29.02% from 665); Blue value is 247 (96.88% from 255 or 37.14% from 665); Max value from RGB is 247 - color contains mainly: blue. Hex color #E1C1F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1C1F7 is #1E3E08. Grayscale: #D0D0D0. Windows color (decimal): -1981961 or 16237025. OLE color: 16237025.

HSL color Cylindrical-coordinate representation of color #E1C1F7: hue angle of 275.56º degrees, saturation: 0.77, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E1C1F7 is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 225 193 247 -
CMYK 0.09 0.22 0 0.03
HSL 275.56º 0.77% 0.86% -
HSV(B) 275.56º 0.22% 0.97% -
XYZ 66.91 60.86 96.22 -
YUV 208.72 149.6 139.61 -
System Red Green Blue C M Y K H S L
Decimal 225 193 247 0.09 0.22 0 0.03 275.56 0.77 0.86
Hex E1 C1 F7 9 16 0 3 114 4D 56
Octal 341 301 367 11 26 0 3 424 115 126
Binary 11100001 11000001 11110111 1001 10110 0 11 100010100 1001101 1010110

Color Harmonies of #E1C1F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C1F7

Black with #E1C1F7

Text Example


Text Example

White with #E1C1F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C1F7; }

 p { color: rgb(225,193,247); }

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

background-color css

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

 a { background-color: rgb(225,193,247); }

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

border-color css

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

 span { border-color: rgb(225,193,247); }

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