Html Css Color HEX #E0BAF2 Mauve

📋 copy color: '#E0BAF2'

red 224 ◦ green 186 ◦ blue 242

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

Shades of Mauve #E0BAF2

Tints of Mauve #E0BAF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 37.12%

R = 34.36%
G = 28.53%
B = 37.12%

CMYK

 C value IS 0.07

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E0BAF2 (or 0xE0BAF2) is known color: Mauve. HEX triplet: E0, BA and F2. RGB value is (224,186,242). Sum of RGB (Red+Green+Blue) = 224+186+242=652 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.36% from 652); Green value is 186 (73.05% from 255 or 28.53% from 652); Blue value is 242 (94.92% from 255 or 37.12% from 652); Max value from RGB is 242 - color contains mainly: blue. Hex color #E0BAF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0BAF2 is #1F450D. Grayscale: #CBCBCB. Windows color (decimal): -2049294 or 15907552. OLE color: 15907552.

HSL color Cylindrical-coordinate representation of color #E0BAF2: hue angle of 280.71º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E0BAF2 is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 224 186 242 -
CMYK 0.07 0.23 0 0.05
HSL 280.71º 0.68% 0.84% -
HSV(B) 280.71º 0.23% 0.95% -
XYZ 64.33 57.38 91.69 -
YUV 203.75 149.59 142.45 -
System Red Green Blue C M Y K H S L
Decimal 224 186 242 0.07 0.23 0 0.05 280.71 0.68 0.84
Hex E0 BA F2 7 17 0 5 119 44 54
Octal 340 272 362 7 27 0 5 431 104 124
Binary 11100000 10111010 11110010 111 10111 0 101 100011001 1000100 1010100

Color Harmonies of #E0BAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BAF2

Black with #E0BAF2

Text Example


Text Example

White with #E0BAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BAF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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