Html Css Color HEX #E5C6FA Mauve

📋 copy color: '#E5C6FA'

red 229 ◦ green 198 ◦ blue 250

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

Shades of Mauve #E5C6FA

Tints of Mauve #E5C6FA

RGB

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

 GREEN value IS 198 (77.73% from 255) = 29.25%

 BLUE value IS 250 (98.05% from 255) = 36.93%

R = 33.83%
G = 29.25%
B = 36.93%

CMYK

 C value IS 0.08

 M value IS 0.21

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E5C6FA (or 0xE5C6FA) is known color: Mauve. HEX triplet: E5, C6 and FA. RGB value is (229,198,250). Sum of RGB (Red+Green+Blue) = 229+198+250=677 (89% of max value = 765). Red value is 229 (89.84% from 255 or 33.83% from 677); Green value is 198 (77.73% from 255 or 29.25% from 677); Blue value is 250 (98.05% from 255 or 36.93% from 677); Max value from RGB is 250 - color contains mainly: blue. Hex color #E5C6FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5C6FA is #1A3905. Grayscale: #D5D5D5. Windows color (decimal): -1718534 or 16434917. OLE color: 16434917.

HSL color Cylindrical-coordinate representation of color #E5C6FA: hue angle of 275.77º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E5C6FA is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 229 198 250 -
CMYK 0.08 0.21 0 0.02
HSL 275.77º 0.84% 0.88% -
HSV(B) 275.77º 0.21% 0.98% -
XYZ 69.76 63.95 99.11 -
YUV 213.2 148.77 139.27 -
System Red Green Blue C M Y K H S L
Decimal 229 198 250 0.08 0.21 0 0.02 275.77 0.84 0.88
Hex E5 C6 FA 8 15 0 2 114 54 58
Octal 345 306 372 10 25 0 2 424 124 130
Binary 11100101 11000110 11111010 1000 10101 0 10 100010100 1010100 1011000

Color Harmonies of #E5C6FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5C6FA

Black with #E5C6FA

Text Example


Text Example

White with #E5C6FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5C6FA; }

 p { color: rgb(229,198,250); }

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

background-color css

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

 a { background-color: rgb(229,198,250); }

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

border-color css

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

 span { border-color: rgb(229,198,250); }

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