Html Css Color HEX #E0BBF5 Mauve

📋 copy color: '#E0BBF5'

red 224 ◦ green 187 ◦ blue 245

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

Shades of Mauve #E0BBF5

Tints of Mauve #E0BBF5

RGB

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

 GREEN value IS 187 (73.44% from 255) = 28.51%

 BLUE value IS 245 (96.09% from 255) = 37.35%

R = 34.15%
G = 28.51%
B = 37.35%

CMYK

 C value IS 0.09

 M value IS 0.24

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E0BBF5 (or 0xE0BBF5) is known color: Mauve. HEX triplet: E0, BB and F5. RGB value is (224,187,245). Sum of RGB (Red+Green+Blue) = 224+187+245=656 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.15% from 656); Green value is 187 (73.44% from 255 or 28.51% from 656); Blue value is 245 (96.09% from 255 or 37.35% from 656); Max value from RGB is 245 - color contains mainly: blue. Hex color #E0BBF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0BBF5 is #1F440A. Grayscale: #CCCCCC. Windows color (decimal): -2049035 or 16104416. OLE color: 16104416.

HSL color Cylindrical-coordinate representation of color #E0BBF5: hue angle of 278.28º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E0BBF5 is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 224 187 245 -
CMYK 0.09 0.24 0 0.04
HSL 278.28º 0.74% 0.85% -
HSV(B) 278.28º 0.24% 0.96% -
XYZ 64.99 57.98 94.15 -
YUV 204.68 150.76 141.78 -
System Red Green Blue C M Y K H S L
Decimal 224 187 245 0.09 0.24 0 0.04 278.28 0.74 0.85
Hex E0 BB F5 9 18 0 4 116 4A 55
Octal 340 273 365 11 30 0 4 426 112 125
Binary 11100000 10111011 11110101 1001 11000 0 100 100010110 1001010 1010101

Color Harmonies of #E0BBF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BBF5

Black with #E0BBF5

Text Example


Text Example

White with #E0BBF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BBF5; }

 p { color: rgb(224,187,245); }

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

background-color css

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

 a { background-color: rgb(224,187,245); }

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

border-color css

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

 span { border-color: rgb(224,187,245); }

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