Html Css Color HEX #E5C2FE Mauve

📋 copy color: '#E5C2FE'

red 229 ◦ green 194 ◦ blue 254

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

Shades of Mauve #E5C2FE

Tints of Mauve #E5C2FE

RGB

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

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

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

R = 33.83%
G = 28.66%
B = 37.52%

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

#E5C2FE (or 0xE5C2FE) is known color: Mauve. HEX triplet: E5, C2 and FE. RGB value is (229,194,254). Sum of RGB (Red+Green+Blue) = 229+194+254=677 (89% of max value = 765). Red value is 229 (89.84% from 255 or 33.83% from 677); Green value is 194 (76.17% from 255 or 28.66% from 677); Blue value is 254 (99.61% from 255 or 37.52% from 677); Max value from RGB is 254 - color contains mainly: blue. Hex color #E5C2FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5C2FE is #1A3D01. Grayscale: #D3D3D3. Windows color (decimal): -1719554 or 16696037. OLE color: 16696037.

HSL color Cylindrical-coordinate representation of color #E5C2FE: hue angle of 275º 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 #E5C2FE is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 229 194 254 -
CMYK 0.10 0.24 0 0.00
HSL 275º 0.97% 0.88% -
HSV(B) 275º 0.24% 1% -
XYZ 69.49 62.4 102.15 -
YUV 211.31 152.1 140.62 -
System Red Green Blue C M Y K H S L
Decimal 229 194 254 0.10 0.24 0 0.00 275 0.97 0.88
Hex E5 C2 FE A 18 0 0 113 61 58
Octal 345 302 376 12 30 0 0 423 141 130
Binary 11100101 11000010 11111110 1010 11000 0 0 100010011 1100001 1011000

Color Harmonies of #E5C2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5C2FE

Black with #E5C2FE

Text Example


Text Example

White with #E5C2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5C2FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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