Html Css Color HEX #E1C2F3 Mauve

📋 copy color: '#E1C2F3'

red 225 ◦ green 194 ◦ blue 243

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

Shades of Mauve #E1C2F3

Tints of Mauve #E1C2F3

RGB

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

 GREEN value IS 194 (76.17% from 255) = 29.31%

 BLUE value IS 243 (95.31% from 255) = 36.71%

R = 33.99%
G = 29.31%
B = 36.71%

CMYK

 C value IS 0.07

 M value IS 0.20

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E1C2F3 (or 0xE1C2F3) is known color: Mauve. HEX triplet: E1, C2 and F3. RGB value is (225,194,243). Sum of RGB (Red+Green+Blue) = 225+194+243=662 (87% of max value = 765). Red value is 225 (88.28% from 255 or 33.99% from 662); Green value is 194 (76.17% from 255 or 29.31% from 662); Blue value is 243 (95.31% from 255 or 36.71% from 662); Max value from RGB is 243 - color contains mainly: blue. Hex color #E1C2F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1C2F3 is #1E3D0C. Grayscale: #D0D0D0. Windows color (decimal): -1981709 or 15975137. OLE color: 15975137.

HSL color Cylindrical-coordinate representation of color #E1C2F3: hue angle of 277.96º degrees, saturation: 0.67, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E1C2F3 is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 225 194 243 -
CMYK 0.07 0.20 0 0.05
HSL 277.96º 0.67% 0.86% -
HSV(B) 277.96º 0.2% 0.95% -
XYZ 66.52 61.06 93.07 -
YUV 208.86 147.27 139.52 -
System Red Green Blue C M Y K H S L
Decimal 225 194 243 0.07 0.20 0 0.05 277.96 0.67 0.86
Hex E1 C2 F3 7 14 0 5 116 43 56
Octal 341 302 363 7 24 0 5 426 103 126
Binary 11100001 11000010 11110011 111 10100 0 101 100010110 1000011 1010110

Color Harmonies of #E1C2F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C2F3

Black with #E1C2F3

Text Example


Text Example

White with #E1C2F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C2F3; }

 p { color: rgb(225,194,243); }

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

background-color css

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

 a { background-color: rgb(225,194,243); }

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

border-color css

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

 span { border-color: rgb(225,194,243); }

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