Html Css Color HEX #E2BAEE Mauve

📋 copy color: '#E2BAEE'

red 226 ◦ green 186 ◦ blue 238

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

Shades of Mauve #E2BAEE

Tints of Mauve #E2BAEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 36.62%

R = 34.77%
G = 28.62%
B = 36.62%

CMYK

 C value IS 0.05

 M value IS 0.22

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E2BAEE (or 0xE2BAEE) is known color: Mauve. HEX triplet: E2, BA and EE. RGB value is (226,186,238). Sum of RGB (Red+Green+Blue) = 226+186+238=650 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.77% from 650); Green value is 186 (73.05% from 255 or 28.62% from 650); Blue value is 238 (93.36% from 255 or 36.62% from 650); Max value from RGB is 238 - color contains mainly: blue. Hex color #E2BAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BAEE is #1D4511. Grayscale: #CBCBCB. Windows color (decimal): -1918226 or 15645410. OLE color: 15645410.

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

Color convert

RGB 226 186 238 -
CMYK 0.05 0.22 0 0.07
HSL 286.15º 0.6% 0.83% -
HSV(B) 286.15º 0.22% 0.93% -
XYZ 64.36 57.46 88.59 -
YUV 203.89 147.25 143.77 -
System Red Green Blue C M Y K H S L
Decimal 226 186 238 0.05 0.22 0 0.07 286.15 0.6 0.83
Hex E2 BA EE 5 16 0 7 11E 3C 53
Octal 342 272 356 5 26 0 7 436 74 123
Binary 11100010 10111010 11101110 101 10110 0 111 100011110 111100 1010011

Color Harmonies of #E2BAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BAEE

Black with #E2BAEE

Text Example


Text Example

White with #E2BAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BAEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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