Html Css Color HEX #E0BAEC Mauve

📋 copy color: '#E0BAEC'

red 224 ◦ green 186 ◦ blue 236

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

Shades of Mauve #E0BAEC

Tints of Mauve #E0BAEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 36.53%

R = 34.67%
G = 28.79%
B = 36.53%

CMYK

 C value IS 0.05

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E0BAEC (or 0xE0BAEC) is known color: Mauve. HEX triplet: E0, BA and EC. RGB value is (224,186,236). Sum of RGB (Red+Green+Blue) = 224+186+236=646 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.67% from 646); Green value is 186 (73.05% from 255 or 28.79% from 646); Blue value is 236 (92.58% from 255 or 36.53% from 646); Max value from RGB is 236 - color contains mainly: blue. Hex color #E0BAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0BAEC is #1F4513. Grayscale: #CACACA. Windows color (decimal): -2049300 or 15514336. OLE color: 15514336.

HSL color Cylindrical-coordinate representation of color #E0BAEC: hue angle of 285.6º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E0BAEC is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 224 186 236 -
CMYK 0.05 0.21 0 0.07
HSL 285.6º 0.57% 0.83% -
HSV(B) 285.6º 0.21% 0.93% -
XYZ 63.44 57.02 87.02 -
YUV 203.06 146.59 142.93 -
System Red Green Blue C M Y K H S L
Decimal 224 186 236 0.05 0.21 0 0.07 285.6 0.57 0.83
Hex E0 BA EC 5 15 0 7 11E 39 53
Octal 340 272 354 5 25 0 7 436 71 123
Binary 11100000 10111010 11101100 101 10101 0 111 100011110 111001 1010011

Color Harmonies of #E0BAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BAEC

Black with #E0BAEC

Text Example


Text Example

White with #E0BAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BAEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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