Html Css Color HEX #E2BFF0 Mauve

📋 copy color: '#E2BFF0'

red 226 ◦ green 191 ◦ blue 240

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

Shades of Mauve #E2BFF0

Tints of Mauve #E2BFF0

RGB

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

 GREEN value IS 191 (75% from 255) = 29.07%

 BLUE value IS 240 (94.14% from 255) = 36.53%

R = 34.4%
G = 29.07%
B = 36.53%

CMYK

 C value IS 0.06

 M value IS 0.20

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E2BFF0 (or 0xE2BFF0) is known color: Mauve. HEX triplet: E2, BF and F0. RGB value is (226,191,240). Sum of RGB (Red+Green+Blue) = 226+191+240=657 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.40% from 657); Green value is 191 (75% from 255 or 29.07% from 657); Blue value is 240 (94.14% from 255 or 36.53% from 657); Max value from RGB is 240 - color contains mainly: blue. Hex color #E2BFF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BFF0 is #1D400F. Grayscale: #CECECE. Windows color (decimal): -1916944 or 15777762. OLE color: 15777762.

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

Color convert

RGB 226 191 240 -
CMYK 0.06 0.20 0 0.06
HSL 282.86º 0.62% 0.85% -
HSV(B) 282.86º 0.2% 0.94% -
XYZ 65.72 59.72 90.5 -
YUV 207.05 146.6 141.52 -
System Red Green Blue C M Y K H S L
Decimal 226 191 240 0.06 0.20 0 0.06 282.86 0.62 0.85
Hex E2 BF F0 6 14 0 6 11B 3E 55
Octal 342 277 360 6 24 0 6 433 76 125
Binary 11100010 10111111 11110000 110 10100 0 110 100011011 111110 1010101

Color Harmonies of #E2BFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BFF0

Black with #E2BFF0

Text Example


Text Example

White with #E2BFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BFF0; }

 p { color: rgb(226,191,240); }

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

background-color css

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

 a { background-color: rgb(226,191,240); }

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

border-color css

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

 span { border-color: rgb(226,191,240); }

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