Html Css Color HEX #E2BEFD Mauve

📋 copy color: '#E2BEFD'

red 226 ◦ green 190 ◦ blue 253

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

Shades of Mauve #E2BEFD

Tints of Mauve #E2BEFD

RGB

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

 GREEN value IS 190 (74.61% from 255) = 28.4%

 BLUE value IS 253 (99.22% from 255) = 37.82%

R = 33.78%
G = 28.4%
B = 37.82%

CMYK

 C value IS 0.11

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E2BEFD (or 0xE2BEFD) is known color: Mauve. HEX triplet: E2, BE and FD. RGB value is (226,190,253). Sum of RGB (Red+Green+Blue) = 226+190+253=669 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.78% from 669); Green value is 190 (74.61% from 255 or 28.40% from 669); Blue value is 253 (99.22% from 255 or 37.82% from 669); Max value from RGB is 253 - color contains mainly: blue. Hex color #E2BEFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BEFD is #1D4102. Grayscale: #CFCFCF. Windows color (decimal): -1917187 or 16629474. OLE color: 16629474.

HSL color Cylindrical-coordinate representation of color #E2BEFD: hue angle of 274.29º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E2BEFD is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 226 190 253 -
CMYK 0.11 0.25 0 0.01
HSL 274.29º 0.94% 0.87% -
HSV(B) 274.29º 0.25% 0.99% -
XYZ 67.51 60.09 100.97 -
YUV 207.95 153.43 140.88 -
System Red Green Blue C M Y K H S L
Decimal 226 190 253 0.11 0.25 0 0.01 274.29 0.94 0.87
Hex E2 BE FD B 19 0 1 112 5E 57
Octal 342 276 375 13 31 0 1 422 136 127
Binary 11100010 10111110 11111101 1011 11001 0 1 100010010 1011110 1010111

Color Harmonies of #E2BEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BEFD

Black with #E2BEFD

Text Example


Text Example

White with #E2BEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BEFD; }

 p { color: rgb(226,190,253); }

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

background-color css

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

 a { background-color: rgb(226,190,253); }

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

border-color css

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

 span { border-color: rgb(226,190,253); }

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