Html Css Color HEX #E2B2EF Mauve

📋 copy color: '#E2B2EF'

red 226 ◦ green 178 ◦ blue 239

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

Shades of Mauve #E2B2EF

Tints of Mauve #E2B2EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 37.17%

R = 35.15%
G = 27.68%
B = 37.17%

CMYK

 C value IS 0.05

 M value IS 0.26

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E2B2EF (or 0xE2B2EF) is known color: Mauve. HEX triplet: E2, B2 and EF. RGB value is (226,178,239). Sum of RGB (Red+Green+Blue) = 226+178+239=643 (85% of max value = 765). Red value is 226 (88.67% from 255 or 35.15% from 643); Green value is 178 (69.92% from 255 or 27.68% from 643); Blue value is 239 (93.75% from 255 or 37.17% from 643); Max value from RGB is 239 - color contains mainly: blue. Hex color #E2B2EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2B2EF is #1D4D10. Grayscale: #C7C7C7. Windows color (decimal): -1920273 or 15708898. OLE color: 15708898.

HSL color Cylindrical-coordinate representation of color #E2B2EF: hue angle of 287.21º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E2B2EF is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 226 178 239 -
CMYK 0.05 0.26 0 0.06
HSL 287.21º 0.66% 0.82% -
HSV(B) 287.21º 0.26% 0.94% -
XYZ 62.86 54.24 88.82 -
YUV 199.31 150.4 147.04 -
System Red Green Blue C M Y K H S L
Decimal 226 178 239 0.05 0.26 0 0.06 287.21 0.66 0.82
Hex E2 B2 EF 5 1A 0 6 11F 42 52
Octal 342 262 357 5 32 0 6 437 102 122
Binary 11100010 10110010 11101111 101 11010 0 110 100011111 1000010 1010010

Color Harmonies of #E2B2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2B2EF

Black with #E2B2EF

Text Example


Text Example

White with #E2B2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2B2EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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