Html Css Color HEX #E0B6EC Mauve

📋 copy color: '#E0B6EC'

red 224 ◦ green 182 ◦ blue 236

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

Shades of Mauve #E0B6EC

Tints of Mauve #E0B6EC

RGB

 RED value IS 224 (87.89% from 255) = 34.89%

 GREEN value IS 182 (71.48% from 255) = 28.35%

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

R = 34.89%
G = 28.35%
B = 36.76%

CMYK

 C value IS 0.05

 M value IS 0.23

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E0B6EC (or 0xE0B6EC) is known color: Mauve. HEX triplet: E0, B6 and EC. RGB value is (224,182,236). Sum of RGB (Red+Green+Blue) = 224+182+236=642 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.89% from 642); Green value is 182 (71.48% from 255 or 28.35% from 642); Blue value is 236 (92.58% from 255 or 36.76% from 642); Max value from RGB is 236 - color contains mainly: blue. Hex color #E0B6EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0B6EC is #1F4913. Grayscale: #C8C8C8. Windows color (decimal): -2050324 or 15513312. OLE color: 15513312.

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

Color convert

RGB 224 182 236 -
CMYK 0.05 0.23 0 0.07
HSL 286.67º 0.59% 0.82% -
HSV(B) 286.67º 0.23% 0.93% -
XYZ 62.61 55.36 86.74 -
YUV 200.71 147.91 144.61 -
System Red Green Blue C M Y K H S L
Decimal 224 182 236 0.05 0.23 0 0.07 286.67 0.59 0.82
Hex E0 B6 EC 5 17 0 7 11F 3B 52
Octal 340 266 354 5 27 0 7 437 73 122
Binary 11100000 10110110 11101100 101 10111 0 111 100011111 111011 1010010

Color Harmonies of #E0B6EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B6EC

Black with #E0B6EC

Text Example


Text Example

White with #E0B6EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B6EC; }

 p { color: rgb(224,182,236); }

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

background-color css

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

 a { background-color: rgb(224,182,236); }

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

border-color css

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

 span { border-color: rgb(224,182,236); }

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