Html Css Color HEX #E2C3FE Mauve

📋 copy color: '#E2C3FE'

red 226 ◦ green 195 ◦ blue 254

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

Shades of Mauve #E2C3FE

Tints of Mauve #E2C3FE

RGB

 RED value IS 226 (88.67% from 255) = 33.48%

 GREEN value IS 195 (76.56% from 255) = 28.89%

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

R = 33.48%
G = 28.89%
B = 37.63%

CMYK

 C value IS 0.11

 M value IS 0.23

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E2C3FE (or 0xE2C3FE) is known color: Mauve. HEX triplet: E2, C3 and FE. RGB value is (226,195,254). Sum of RGB (Red+Green+Blue) = 226+195+254=675 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.48% from 675); Green value is 195 (76.56% from 255 or 28.89% from 675); Blue value is 254 (99.61% from 255 or 37.63% from 675); Max value from RGB is 254 - color contains mainly: blue. Hex color #E2C3FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2C3FE is #1D3C01. Grayscale: #D2D2D2. Windows color (decimal): -1915906 or 16696290. OLE color: 16696290.

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

Color convert

RGB 226 195 254 -
CMYK 0.11 0.23 0 0.00
HSL 271.53º 0.97% 0.88% -
HSV(B) 271.53º 0.23% 1% -
XYZ 68.77 62.35 102.18 -
YUV 211 152.27 138.7 -
System Red Green Blue C M Y K H S L
Decimal 226 195 254 0.11 0.23 0 0.00 271.53 0.97 0.88
Hex E2 C3 FE B 17 0 0 110 61 58
Octal 342 303 376 13 27 0 0 420 141 130
Binary 11100010 11000011 11111110 1011 10111 0 0 100010000 1100001 1011000

Color Harmonies of #E2C3FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2C3FE

Black with #E2C3FE

Text Example


Text Example

White with #E2C3FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2C3FE; }

 p { color: rgb(226,195,254); }

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

background-color css

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

 a { background-color: rgb(226,195,254); }

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

border-color css

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

 span { border-color: rgb(226,195,254); }

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