Html Css Color HEX #E0B0FB Mauve

📋 copy color: '#E0B0FB'

red 224 ◦ green 176 ◦ blue 251

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

Shades of Mauve #E0B0FB

Tints of Mauve #E0B0FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 38.56%

R = 34.41%
G = 27.04%
B = 38.56%

CMYK

 C value IS 0.11

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E0B0FB (or 0xE0B0FB) is known color: Mauve. HEX triplet: E0, B0 and FB. RGB value is (224,176,251). Sum of RGB (Red+Green+Blue) = 224+176+251=651 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.41% from 651); Green value is 176 (69.14% from 255 or 27.04% from 651); Blue value is 251 (98.44% from 255 or 38.56% from 651); Max value from RGB is 251 - color contains mainly: blue. Hex color #E0B0FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0B0FB is #1F4F04. Grayscale: #C6C6C6. Windows color (decimal): -2051845 or 16494816. OLE color: 16494816.

HSL color Cylindrical-coordinate representation of color #E0B0FB: hue angle of 278.4º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E0B0FB is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 224 176 251 -
CMYK 0.11 0.30 0 0.02
HSL 278.4º 0.9% 0.84% -
HSV(B) 278.4º 0.3% 0.98% -
XYZ 63.68 53.86 98.31 -
YUV 198.9 157.4 145.9 -
System Red Green Blue C M Y K H S L
Decimal 224 176 251 0.11 0.30 0 0.02 278.4 0.9 0.84
Hex E0 B0 FB B 1E 0 2 116 5A 54
Octal 340 260 373 13 36 0 2 426 132 124
Binary 11100000 10110000 11111011 1011 11110 0 10 100010110 1011010 1010100

Color Harmonies of #E0B0FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B0FB

Black with #E0B0FB

Text Example


Text Example

White with #E0B0FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B0FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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