Html Css Color HEX #E2BCFD Mauve

📋 copy color: '#E2BCFD'

red 226 ◦ green 188 ◦ blue 253

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

Shades of Mauve #E2BCFD

Tints of Mauve #E2BCFD

RGB

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

 GREEN value IS 188 (73.83% from 255) = 28.19%

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

R = 33.88%
G = 28.19%
B = 37.93%

CMYK

 C value IS 0.11

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E2BCFD (or 0xE2BCFD) is known color: Mauve. HEX triplet: E2, BC and FD. RGB value is (226,188,253). Sum of RGB (Red+Green+Blue) = 226+188+253=667 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.88% from 667); Green value is 188 (73.83% from 255 or 28.19% from 667); Blue value is 253 (99.22% from 255 or 37.93% from 667); Max value from RGB is 253 - color contains mainly: blue. Hex color #E2BCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BCFD is #1D4302. Grayscale: #CECECE. Windows color (decimal): -1917699 or 16628962. OLE color: 16628962.

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

Color convert

RGB 226 188 253 -
CMYK 0.11 0.26 0 0.01
HSL 275.08º 0.94% 0.86% -
HSV(B) 275.08º 0.26% 0.99% -
XYZ 67.08 59.23 100.83 -
YUV 206.77 154.09 141.71 -
System Red Green Blue C M Y K H S L
Decimal 226 188 253 0.11 0.26 0 0.01 275.08 0.94 0.86
Hex E2 BC FD B 1A 0 1 113 5E 56
Octal 342 274 375 13 32 0 1 423 136 126
Binary 11100010 10111100 11111101 1011 11010 0 1 100010011 1011110 1010110

Color Harmonies of #E2BCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BCFD

Black with #E2BCFD

Text Example


Text Example

White with #E2BCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BCFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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