Html Css Color HEX #E2BAFF Mauve

📋 copy color: '#E2BAFF'

red 226 ◦ green 186 ◦ blue 255

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

Shades of Mauve #E2BAFF

Tints of Mauve #E2BAFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 38.23%

R = 33.88%
G = 27.89%
B = 38.23%

CMYK

 C value IS 0.11

 M value IS 0.27

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E2BAFF (or 0xE2BAFF) is known color: Mauve. HEX triplet: E2, BA and FF. RGB value is (226,186,255). Sum of RGB (Red+Green+Blue) = 226+186+255=667 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.88% from 667); Green value is 186 (73.05% from 255 or 27.89% from 667); Blue value is 255 (100% from 255 or 38.23% from 667); Max value from RGB is 255 - color contains mainly: blue. Hex color #E2BAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BAFF is #1D4500. Grayscale: #CDCDCD. Windows color (decimal): -1918209 or 16759522. OLE color: 16759522.

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

Color convert

RGB 226 186 255 -
CMYK 0.11 0.27 0 0
HSL 274.78º 1% 0.86% -
HSV(B) 274.78º 0.27% 1% -
XYZ 66.97 58.51 102.37 -
YUV 205.83 155.75 142.39 -
System Red Green Blue C M Y K H S L
Decimal 226 186 255 0.11 0.27 0 0 274.78 1 0.86
Hex E2 BA FF B 1B 0 0 113 64 56
Octal 342 272 377 13 33 0 0 423 144 126
Binary 11100010 10111010 11111111 1011 11011 0 0 100010011 1100100 1010110

Color Harmonies of #E2BAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BAFF

Black with #E2BAFF

Text Example


Text Example

White with #E2BAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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