Html Css Color HEX #E2BAEF Mauve

📋 copy color: '#E2BAEF'

red 226 ◦ green 186 ◦ blue 239

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

Shades of Mauve #E2BAEF

Tints of Mauve #E2BAEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 36.71%

R = 34.72%
G = 28.57%
B = 36.71%

CMYK

 C value IS 0.05

 M value IS 0.22

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E2BAEF (or 0xE2BAEF) is known color: Mauve. HEX triplet: E2, BA and EF. RGB value is (226,186,239). Sum of RGB (Red+Green+Blue) = 226+186+239=651 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.72% from 651); Green value is 186 (73.05% from 255 or 28.57% from 651); Blue value is 239 (93.75% from 255 or 36.71% from 651); Max value from RGB is 239 - color contains mainly: blue. Hex color #E2BAEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BAEF is #1D4510. Grayscale: #CBCBCB. Windows color (decimal): -1918225 or 15710946. OLE color: 15710946.

HSL color Cylindrical-coordinate representation of color #E2BAEF: hue angle of 285.28º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E2BAEF is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 226 186 239 -
CMYK 0.05 0.22 0 0.06
HSL 285.28º 0.62% 0.83% -
HSV(B) 285.28º 0.22% 0.94% -
XYZ 64.5 57.52 89.36 -
YUV 204 147.75 143.69 -
System Red Green Blue C M Y K H S L
Decimal 226 186 239 0.05 0.22 0 0.06 285.28 0.62 0.83
Hex E2 BA EF 5 16 0 6 11D 3E 53
Octal 342 272 357 5 26 0 6 435 76 123
Binary 11100010 10111010 11101111 101 10110 0 110 100011101 111110 1010011

Color Harmonies of #E2BAEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BAEF

Black with #E2BAEF

Text Example


Text Example

White with #E2BAEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BAEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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