Html Css Color HEX #E0B0EB Mauve

📋 copy color: '#E0B0EB'

red 224 ◦ green 176 ◦ blue 235

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

Shades of Mauve #E0B0EB

Tints of Mauve #E0B0EB

RGB

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

 GREEN value IS 176 (69.14% from 255) = 27.72%

 BLUE value IS 235 (92.19% from 255) = 37.01%

R = 35.28%
G = 27.72%
B = 37.01%

CMYK

 C value IS 0.05

 M value IS 0.25

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E0B0EB (or 0xE0B0EB) is known color: Mauve. HEX triplet: E0, B0 and EB. RGB value is (224,176,235). Sum of RGB (Red+Green+Blue) = 224+176+235=635 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.28% from 635); Green value is 176 (69.14% from 255 or 27.72% from 635); Blue value is 235 (92.19% from 255 or 37.01% from 635); Max value from RGB is 235 - color contains mainly: blue. Hex color #E0B0EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0B0EB is #1F4F14. Grayscale: #C4C4C4. Windows color (decimal): -2051861 or 15446240. OLE color: 15446240.

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

Color convert

RGB 224 176 235 -
CMYK 0.05 0.25 0 0.08
HSL 288.81º 0.6% 0.81% -
HSV(B) 288.81º 0.25% 0.92% -
XYZ 61.26 52.9 85.58 -
YUV 197.08 149.4 147.2 -
System Red Green Blue C M Y K H S L
Decimal 224 176 235 0.05 0.25 0 0.08 288.81 0.6 0.81
Hex E0 B0 EB 5 19 0 8 121 3C 51
Octal 340 260 353 5 31 0 10 441 74 121
Binary 11100000 10110000 11101011 101 11001 0 1000 100100001 111100 1010001

Color Harmonies of #E0B0EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B0EB

Black with #E0B0EB

Text Example


Text Example

White with #E0B0EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B0EB; }

 p { color: rgb(224,176,235); }

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

background-color css

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

 a { background-color: rgb(224,176,235); }

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

border-color css

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

 span { border-color: rgb(224,176,235); }

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