Html Css Color HEX #E2B2EC Mauve

📋 copy color: '#E2B2EC'

red 226 ◦ green 178 ◦ blue 236

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

Shades of Mauve #E2B2EC

Tints of Mauve #E2B2EC

RGB

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

 GREEN value IS 178 (69.92% from 255) = 27.81%

 BLUE value IS 236 (92.58% from 255) = 36.88%

R = 35.31%
G = 27.81%
B = 36.88%

CMYK

 C value IS 0.04

 M value IS 0.25

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E2B2EC (or 0xE2B2EC) is known color: Mauve. HEX triplet: E2, B2 and EC. RGB value is (226,178,236). Sum of RGB (Red+Green+Blue) = 226+178+236=640 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.31% from 640); Green value is 178 (69.92% from 255 or 27.81% from 640); Blue value is 236 (92.58% from 255 or 36.88% from 640); Max value from RGB is 236 - color contains mainly: blue. Hex color #E2B2EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2B2EC is #1D4D13. Grayscale: #C6C6C6. Windows color (decimal): -1920276 or 15512290. OLE color: 15512290.

HSL color Cylindrical-coordinate representation of color #E2B2EC: hue angle of 289.66º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E2B2EC is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 226 178 236 -
CMYK 0.04 0.25 0 0.07
HSL 289.66º 0.6% 0.81% -
HSV(B) 289.66º 0.25% 0.93% -
XYZ 62.42 54.07 86.5 -
YUV 198.96 148.9 147.28 -
System Red Green Blue C M Y K H S L
Decimal 226 178 236 0.04 0.25 0 0.07 289.66 0.6 0.81
Hex E2 B2 EC 4 19 0 7 122 3C 51
Octal 342 262 354 4 31 0 7 442 74 121
Binary 11100010 10110010 11101100 100 11001 0 111 100100010 111100 1010001

Color Harmonies of #E2B2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2B2EC

Black with #E2B2EC

Text Example


Text Example

White with #E2B2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2B2EC; }

 p { color: rgb(226,178,236); }

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

background-color css

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

 a { background-color: rgb(226,178,236); }

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

border-color css

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

 span { border-color: rgb(226,178,236); }

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