Html Css Color HEX #E2B3EE Mauve

📋 copy color: '#E2B3EE'

red 226 ◦ green 179 ◦ blue 238

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

Shades of Mauve #E2B3EE

Tints of Mauve #E2B3EE

RGB

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

 GREEN value IS 179 (70.31% from 255) = 27.84%

 BLUE value IS 238 (93.36% from 255) = 37.01%

R = 35.15%
G = 27.84%
B = 37.01%

CMYK

 C value IS 0.05

 M value IS 0.25

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E2B3EE (or 0xE2B3EE) is known color: Mauve. HEX triplet: E2, B3 and EE. RGB value is (226,179,238). Sum of RGB (Red+Green+Blue) = 226+179+238=643 (85% of max value = 765). Red value is 226 (88.67% from 255 or 35.15% from 643); Green value is 179 (70.31% from 255 or 27.84% from 643); Blue value is 238 (93.36% from 255 or 37.01% from 643); Max value from RGB is 238 - color contains mainly: blue. Hex color #E2B3EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2B3EE is #1D4C11. Grayscale: #C7C7C7. Windows color (decimal): -1920018 or 15643618. OLE color: 15643618.

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

Color convert

RGB 226 179 238 -
CMYK 0.05 0.25 0 0.07
HSL 287.8º 0.63% 0.82% -
HSV(B) 287.8º 0.25% 0.93% -
XYZ 62.92 54.58 88.11 -
YUV 199.78 149.57 146.7 -
System Red Green Blue C M Y K H S L
Decimal 226 179 238 0.05 0.25 0 0.07 287.8 0.63 0.82
Hex E2 B3 EE 5 19 0 7 120 3F 52
Octal 342 263 356 5 31 0 7 440 77 122
Binary 11100010 10110011 11101110 101 11001 0 111 100100000 111111 1010010

Color Harmonies of #E2B3EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2B3EE

Black with #E2B3EE

Text Example


Text Example

White with #E2B3EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2B3EE; }

 p { color: rgb(226,179,238); }

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

background-color css

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

 a { background-color: rgb(226,179,238); }

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

border-color css

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

 span { border-color: rgb(226,179,238); }

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