Html Css Color HEX #E0BAEF Mauve

📋 copy color: '#E0BAEF'

red 224 ◦ green 186 ◦ blue 239

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

Shades of Mauve #E0BAEF

Tints of Mauve #E0BAEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 36.83%

R = 34.51%
G = 28.66%
B = 36.83%

CMYK

 C value IS 0.06

 M value IS 0.22

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E0BAEF (or 0xE0BAEF) is known color: Mauve. HEX triplet: E0, BA and EF. RGB value is (224,186,239). Sum of RGB (Red+Green+Blue) = 224+186+239=649 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.51% from 649); Green value is 186 (73.05% from 255 or 28.66% from 649); Blue value is 239 (93.75% from 255 or 36.83% from 649); Max value from RGB is 239 - color contains mainly: blue. Hex color #E0BAEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0BAEF is #1F4510. Grayscale: #CBCBCB. Windows color (decimal): -2049297 or 15710944. OLE color: 15710944.

HSL color Cylindrical-coordinate representation of color #E0BAEF: hue angle of 283.02º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E0BAEF is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 224 186 239 -
CMYK 0.06 0.22 0 0.06
HSL 283.02º 0.62% 0.83% -
HSV(B) 283.02º 0.22% 0.94% -
XYZ 63.88 57.2 89.33 -
YUV 203.4 148.09 142.69 -
System Red Green Blue C M Y K H S L
Decimal 224 186 239 0.06 0.22 0 0.06 283.02 0.62 0.83
Hex E0 BA EF 6 16 0 6 11B 3E 53
Octal 340 272 357 6 26 0 6 433 76 123
Binary 11100000 10111010 11101111 110 10110 0 110 100011011 111110 1010011

Color Harmonies of #E0BAEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BAEF

Black with #E0BAEF

Text Example


Text Example

White with #E0BAEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BAEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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