Html Css Color HEX #E0BAFC Mauve

📋 copy color: '#E0BAFC'

red 224 ◦ green 186 ◦ blue 252

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

Shades of Mauve #E0BAFC

Tints of Mauve #E0BAFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 38.07%

R = 33.84%
G = 28.1%
B = 38.07%

CMYK

 C value IS 0.11

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E0BAFC (or 0xE0BAFC) is known color: Mauve. HEX triplet: E0, BA and FC. RGB value is (224,186,252). Sum of RGB (Red+Green+Blue) = 224+186+252=662 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.84% from 662); Green value is 186 (73.05% from 255 or 28.10% from 662); Blue value is 252 (98.83% from 255 or 38.07% from 662); Max value from RGB is 252 - color contains mainly: blue. Hex color #E0BAFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0BAFC is #1F4503. Grayscale: #CCCCCC. Windows color (decimal): -2049284 or 16562912. OLE color: 16562912.

HSL color Cylindrical-coordinate representation of color #E0BAFC: hue angle of 274.55º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E0BAFC is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 224 186 252 -
CMYK 0.11 0.26 0 0.01
HSL 274.55º 0.92% 0.86% -
HSV(B) 274.55º 0.26% 0.99% -
XYZ 65.87 57.99 99.82 -
YUV 204.89 154.59 141.63 -
System Red Green Blue C M Y K H S L
Decimal 224 186 252 0.11 0.26 0 0.01 274.55 0.92 0.86
Hex E0 BA FC B 1A 0 1 113 5C 56
Octal 340 272 374 13 32 0 1 423 134 126
Binary 11100000 10111010 11111100 1011 11010 0 1 100010011 1011100 1010110

Color Harmonies of #E0BAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BAFC

Black with #E0BAFC

Text Example


Text Example

White with #E0BAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BAFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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