Html Css Color HEX #E0BAF7 Mauve

📋 copy color: '#E0BAF7'

red 224 ◦ green 186 ◦ blue 247

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

Shades of Mauve #E0BAF7

Tints of Mauve #E0BAF7

RGB

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

 GREEN value IS 186 (73.05% from 255) = 28.31%

 BLUE value IS 247 (96.88% from 255) = 37.6%

R = 34.09%
G = 28.31%
B = 37.6%

CMYK

 C value IS 0.09

 M value IS 0.25

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#E0BAF7 (or 0xE0BAF7) is known color: Mauve. HEX triplet: E0, BA and F7. RGB value is (224,186,247). Sum of RGB (Red+Green+Blue) = 224+186+247=657 (87% of max value = 765). Red value is 224 (87.89% from 255 or 34.09% from 657); Green value is 186 (73.05% from 255 or 28.31% from 657); Blue value is 247 (96.88% from 255 or 37.60% from 657); Max value from RGB is 247 - color contains mainly: blue. Hex color #E0BAF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0BAF7 is #1F4508. Grayscale: #CCCCCC. Windows color (decimal): -2049289 or 16235232. OLE color: 16235232.

HSL color Cylindrical-coordinate representation of color #E0BAF7: hue angle of 277.38º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E0BAF7 is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 224 186 247 -
CMYK 0.09 0.25 0 0.03
HSL 277.38º 0.79% 0.85% -
HSV(B) 277.38º 0.25% 0.97% -
XYZ 65.09 57.68 95.7 -
YUV 204.32 152.09 142.04 -
System Red Green Blue C M Y K H S L
Decimal 224 186 247 0.09 0.25 0 0.03 277.38 0.79 0.85
Hex E0 BA F7 9 19 0 3 115 4F 55
Octal 340 272 367 11 31 0 3 425 117 125
Binary 11100000 10111010 11110111 1001 11001 0 11 100010101 1001111 1010101

Color Harmonies of #E0BAF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BAF7

Black with #E0BAF7

Text Example


Text Example

White with #E0BAF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BAF7; }

 p { color: rgb(224,186,247); }

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

background-color css

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

 a { background-color: rgb(224,186,247); }

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

border-color css

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

 span { border-color: rgb(224,186,247); }

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