Html Css Color HEX #E2BAFC Mauve

📋 copy color: '#E2BAFC'

red 226 ◦ green 186 ◦ blue 252

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

Shades of Mauve #E2BAFC

Tints of Mauve #E2BAFC

RGB

 RED value IS 226 (88.67% from 255) = 34.04%

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

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

R = 34.04%
G = 28.01%
B = 37.95%

CMYK

 C value IS 0.10

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E2BAFC (or 0xE2BAFC) is known color: Mauve. HEX triplet: E2, BA and FC. RGB value is (226,186,252). Sum of RGB (Red+Green+Blue) = 226+186+252=664 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.04% from 664); Green value is 186 (73.05% from 255 or 28.01% from 664); Blue value is 252 (98.83% from 255 or 37.95% from 664); Max value from RGB is 252 - color contains mainly: blue. Hex color #E2BAFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BAFC is #1D4503. Grayscale: #CDCDCD. Windows color (decimal): -1918212 or 16562914. OLE color: 16562914.

HSL color Cylindrical-coordinate representation of color #E2BAFC: hue angle of 276.36º 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 #E2BAFC is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 226 186 252 -
CMYK 0.10 0.26 0 0.01
HSL 276.36º 0.92% 0.86% -
HSV(B) 276.36º 0.26% 0.99% -
XYZ 66.49 58.31 99.85 -
YUV 205.48 154.25 142.63 -
System Red Green Blue C M Y K H S L
Decimal 226 186 252 0.10 0.26 0 0.01 276.36 0.92 0.86
Hex E2 BA FC A 1A 0 1 114 5C 56
Octal 342 272 374 12 32 0 1 424 134 126
Binary 11100010 10111010 11111100 1010 11010 0 1 100010100 1011100 1010110

Color Harmonies of #E2BAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BAFC

Black with #E2BAFC

Text Example


Text Example

White with #E2BAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BAFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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