Html Css Color HEX #E2C4FA Mauve

📋 copy color: '#E2C4FA'

red 226 ◦ green 196 ◦ blue 250

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

Shades of Mauve #E2C4FA

Tints of Mauve #E2C4FA

RGB

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

 GREEN value IS 196 (76.95% from 255) = 29.17%

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

R = 33.63%
G = 29.17%
B = 37.2%

CMYK

 C value IS 0.10

 M value IS 0.22

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E2C4FA (or 0xE2C4FA) is known color: Mauve. HEX triplet: E2, C4 and FA. RGB value is (226,196,250). Sum of RGB (Red+Green+Blue) = 226+196+250=672 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.63% from 672); Green value is 196 (76.95% from 255 or 29.17% from 672); Blue value is 250 (98.05% from 255 or 37.20% from 672); Max value from RGB is 250 - color contains mainly: blue. Hex color #E2C4FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2C4FA is #1D3B05. Grayscale: #D2D2D2. Windows color (decimal): -1915654 or 16434402. OLE color: 16434402.

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

Color convert

RGB 226 196 250 -
CMYK 0.10 0.22 0 0.02
HSL 273.33º 0.84% 0.87% -
HSV(B) 273.33º 0.22% 0.98% -
XYZ 68.36 62.55 98.91 -
YUV 211.13 149.94 138.61 -
System Red Green Blue C M Y K H S L
Decimal 226 196 250 0.10 0.22 0 0.02 273.33 0.84 0.87
Hex E2 C4 FA A 16 0 2 111 54 57
Octal 342 304 372 12 26 0 2 421 124 127
Binary 11100010 11000100 11111010 1010 10110 0 10 100010001 1010100 1010111

Color Harmonies of #E2C4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2C4FA

Black with #E2C4FA

Text Example


Text Example

White with #E2C4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2C4FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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