Html Css Color HEX #E2C6FA Mauve

📋 copy color: '#E2C6FA'

red 226 ◦ green 198 ◦ blue 250

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

Shades of Mauve #E2C6FA

Tints of Mauve #E2C6FA

RGB

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

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

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

R = 33.53%
G = 29.38%
B = 37.09%

CMYK

 C value IS 0.10

 M value IS 0.21

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E2C6FA (or 0xE2C6FA) is known color: Mauve. HEX triplet: E2, C6 and FA. RGB value is (226,198,250). Sum of RGB (Red+Green+Blue) = 226+198+250=674 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.53% from 674); Green value is 198 (77.73% from 255 or 29.38% from 674); Blue value is 250 (98.05% from 255 or 37.09% from 674); Max value from RGB is 250 - color contains mainly: blue. Hex color #E2C6FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2C6FA is #1D3905. Grayscale: #D4D4D4. Windows color (decimal): -1915142 or 16434914. OLE color: 16434914.

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

Color convert

RGB 226 198 250 -
CMYK 0.10 0.21 0 0.02
HSL 272.31º 0.84% 0.88% -
HSV(B) 272.31º 0.21% 0.98% -
XYZ 68.81 63.46 99.06 -
YUV 212.3 149.28 137.77 -
System Red Green Blue C M Y K H S L
Decimal 226 198 250 0.10 0.21 0 0.02 272.31 0.84 0.88
Hex E2 C6 FA A 15 0 2 110 54 58
Octal 342 306 372 12 25 0 2 420 124 130
Binary 11100010 11000110 11111010 1010 10101 0 10 100010000 1010100 1011000

Color Harmonies of #E2C6FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2C6FA

Black with #E2C6FA

Text Example


Text Example

White with #E2C6FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2C6FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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