Html Css Color HEX #E0BAFE Mauve

📋 copy color: '#E0BAFE'

red 224 ◦ green 186 ◦ blue 254

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

Shades of Mauve #E0BAFE

Tints of Mauve #E0BAFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 38.25%

R = 33.73%
G = 28.01%
B = 38.25%

CMYK

 C value IS 0.12

 M value IS 0.27

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E0BAFE (or 0xE0BAFE) is known color: Mauve. HEX triplet: E0, BA and FE. RGB value is (224,186,254). Sum of RGB (Red+Green+Blue) = 224+186+254=664 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.73% from 664); Green value is 186 (73.05% from 255 or 28.01% from 664); Blue value is 254 (99.61% from 255 or 38.25% from 664); Max value from RGB is 254 - color contains mainly: blue. Hex color #E0BAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0BAFE is #1F4501. Grayscale: #CCCCCC. Windows color (decimal): -2049282 or 16693984. OLE color: 16693984.

HSL color Cylindrical-coordinate representation of color #E0BAFE: hue angle of 273.53º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E0BAFE is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 224 186 254 -
CMYK 0.12 0.27 0 0.00
HSL 273.53º 0.97% 0.86% -
HSV(B) 273.53º 0.27% 1% -
XYZ 66.19 58.12 101.5 -
YUV 205.11 155.59 141.47 -
System Red Green Blue C M Y K H S L
Decimal 224 186 254 0.12 0.27 0 0.00 273.53 0.97 0.86
Hex E0 BA FE C 1B 0 0 112 61 56
Octal 340 272 376 14 33 0 0 422 141 126
Binary 11100000 10111010 11111110 1100 11011 0 0 100010010 1100001 1010110

Color Harmonies of #E0BAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BAFE

Black with #E0BAFE

Text Example


Text Example

White with #E0BAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BAFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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