Html Css Color HEX #E2BAFA Mauve

📋 copy color: '#E2BAFA'

red 226 ◦ green 186 ◦ blue 250

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

Shades of Mauve #E2BAFA

Tints of Mauve #E2BAFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 37.76%

R = 34.14%
G = 28.1%
B = 37.76%

CMYK

 C value IS 0.10

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E2BAFA (or 0xE2BAFA) is known color: Mauve. HEX triplet: E2, BA and FA. RGB value is (226,186,250). Sum of RGB (Red+Green+Blue) = 226+186+250=662 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.14% from 662); Green value is 186 (73.05% from 255 or 28.10% from 662); Blue value is 250 (98.05% from 255 or 37.76% from 662); Max value from RGB is 250 - color contains mainly: blue. Hex color #E2BAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BAFA is #1D4505. Grayscale: #CDCDCD. Windows color (decimal): -1918214 or 16431842. OLE color: 16431842.

HSL color Cylindrical-coordinate representation of color #E2BAFA: hue angle of 277.5º degrees, saturation: 0.86, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E2BAFA is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 226 186 250 -
CMYK 0.10 0.26 0 0.02
HSL 277.5º 0.86% 0.85% -
HSV(B) 277.5º 0.26% 0.98% -
XYZ 66.18 58.19 98.19 -
YUV 205.26 153.25 142.8 -
System Red Green Blue C M Y K H S L
Decimal 226 186 250 0.10 0.26 0 0.02 277.5 0.86 0.85
Hex E2 BA FA A 1A 0 2 116 56 55
Octal 342 272 372 12 32 0 2 426 126 125
Binary 11100010 10111010 11111010 1010 11010 0 10 100010110 1010110 1010101

Color Harmonies of #E2BAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BAFA

Black with #E2BAFA

Text Example


Text Example

White with #E2BAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BAFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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