Html Css Color HEX #E5C0FE Mauve

📋 copy color: '#E5C0FE'

red 229 ◦ green 192 ◦ blue 254

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

Shades of Mauve #E5C0FE

Tints of Mauve #E5C0FE

RGB

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

 GREEN value IS 192 (75.39% from 255) = 28.44%

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

R = 33.93%
G = 28.44%
B = 37.63%

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

#E5C0FE (or 0xE5C0FE) is known color: Mauve. HEX triplet: E5, C0 and FE. RGB value is (229,192,254). Sum of RGB (Red+Green+Blue) = 229+192+254=675 (89% of max value = 765). Red value is 229 (89.84% from 255 or 33.93% from 675); Green value is 192 (75.39% from 255 or 28.44% 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 #E5C0FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5C0FE is #1A3F01. Grayscale: #D1D1D1. Windows color (decimal): -1720066 or 16695525. OLE color: 16695525.

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

Color convert

RGB 229 192 254 -
CMYK 0.10 0.24 0 0.00
HSL 275.81º 0.97% 0.87% -
HSV(B) 275.81º 0.24% 1% -
XYZ 69.05 61.51 102 -
YUV 210.13 152.76 141.46 -
System Red Green Blue C M Y K H S L
Decimal 229 192 254 0.10 0.24 0 0.00 275.81 0.97 0.87
Hex E5 C0 FE A 18 0 0 114 61 57
Octal 345 300 376 12 30 0 0 424 141 127
Binary 11100101 11000000 11111110 1010 11000 0 0 100010100 1100001 1010111

Color Harmonies of #E5C0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5C0FE

Black with #E5C0FE

Text Example


Text Example

White with #E5C0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5C0FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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