Html Css Color HEX #E0B5EB Mauve

📋 copy color: '#E0B5EB'

red 224 ◦ green 181 ◦ blue 235

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

Shades of Mauve #E0B5EB

Tints of Mauve #E0B5EB

RGB

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

 GREEN value IS 181 (71.09% from 255) = 28.28%

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

R = 35%
G = 28.28%
B = 36.72%

CMYK

 C value IS 0.05

 M value IS 0.23

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E0B5EB (or 0xE0B5EB) is known color: Mauve. HEX triplet: E0, B5 and EB. RGB value is (224,181,235). Sum of RGB (Red+Green+Blue) = 224+181+235=640 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35% from 640); Green value is 181 (71.09% from 255 or 28.28% from 640); Blue value is 235 (92.19% from 255 or 36.72% from 640); Max value from RGB is 235 - color contains mainly: blue. Hex color #E0B5EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0B5EB is #1F4A14. Grayscale: #C7C7C7. Windows color (decimal): -2050581 or 15447520. OLE color: 15447520.

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

Color convert

RGB 224 181 235 -
CMYK 0.05 0.23 0 0.08
HSL 287.78º 0.57% 0.82% -
HSV(B) 287.78º 0.23% 0.92% -
XYZ 62.26 54.89 85.91 -
YUV 200.01 147.75 145.11 -
System Red Green Blue C M Y K H S L
Decimal 224 181 235 0.05 0.23 0 0.08 287.78 0.57 0.82
Hex E0 B5 EB 5 17 0 8 120 39 52
Octal 340 265 353 5 27 0 10 440 71 122
Binary 11100000 10110101 11101011 101 10111 0 1000 100100000 111001 1010010

Color Harmonies of #E0B5EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B5EB

Black with #E0B5EB

Text Example


Text Example

White with #E0B5EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B5EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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