Html Css Color HEX #E0B8EB Mauve

📋 copy color: '#E0B8EB'

red 224 ◦ green 184 ◦ blue 235

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

Shades of Mauve #E0B8EB

Tints of Mauve #E0B8EB

RGB

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

 GREEN value IS 184 (72.27% from 255) = 28.62%

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

R = 34.84%
G = 28.62%
B = 36.55%

CMYK

 C value IS 0.05

 M value IS 0.22

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E0B8EB (or 0xE0B8EB) is known color: Mauve. HEX triplet: E0, B8 and EB. RGB value is (224,184,235). Sum of RGB (Red+Green+Blue) = 224+184+235=643 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.84% from 643); Green value is 184 (72.27% from 255 or 28.62% from 643); Blue value is 235 (92.19% from 255 or 36.55% from 643); Max value from RGB is 235 - color contains mainly: blue. Hex color #E0B8EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0B8EB is #1F4714. Grayscale: #C9C9C9. Windows color (decimal): -2049813 or 15448288. OLE color: 15448288.

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

Color convert

RGB 224 184 235 -
CMYK 0.05 0.22 0 0.08
HSL 287.06º 0.56% 0.82% -
HSV(B) 287.06º 0.22% 0.92% -
XYZ 62.88 56.13 86.12 -
YUV 201.77 146.75 143.85 -
System Red Green Blue C M Y K H S L
Decimal 224 184 235 0.05 0.22 0 0.08 287.06 0.56 0.82
Hex E0 B8 EB 5 16 0 8 11F 38 52
Octal 340 270 353 5 26 0 10 437 70 122
Binary 11100000 10111000 11101011 101 10110 0 1000 100011111 111000 1010010

Color Harmonies of #E0B8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B8EB

Black with #E0B8EB

Text Example


Text Example

White with #E0B8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B8EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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