Html Css Color HEX #E2B7FC Mauve

📋 copy color: '#E2B7FC'

red 226 ◦ green 183 ◦ blue 252

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

Shades of Mauve #E2B7FC

Tints of Mauve #E2B7FC

RGB

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

 GREEN value IS 183 (71.88% from 255) = 27.69%

 BLUE value IS 252 (98.83% from 255) = 38.12%

R = 34.19%
G = 27.69%
B = 38.12%

CMYK

 C value IS 0.10

 M value IS 0.27

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E2B7FC (or 0xE2B7FC) is known color: Mauve. HEX triplet: E2, B7 and FC. RGB value is (226,183,252). Sum of RGB (Red+Green+Blue) = 226+183+252=661 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.19% from 661); Green value is 183 (71.88% from 255 or 27.69% from 661); Blue value is 252 (98.83% from 255 or 38.12% from 661); Max value from RGB is 252 - color contains mainly: blue. Hex color #E2B7FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2B7FC is #1D4803. Grayscale: #CBCBCB. Windows color (decimal): -1918980 or 16562146. OLE color: 16562146.

HSL color Cylindrical-coordinate representation of color #E2B7FC: hue angle of 277.39º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E2B7FC is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 226 183 252 -
CMYK 0.10 0.27 0 0.01
HSL 277.39º 0.92% 0.85% -
HSV(B) 277.39º 0.27% 0.99% -
XYZ 65.87 57.06 99.64 -
YUV 203.72 155.25 143.89 -
System Red Green Blue C M Y K H S L
Decimal 226 183 252 0.10 0.27 0 0.01 277.39 0.92 0.85
Hex E2 B7 FC A 1B 0 1 115 5C 55
Octal 342 267 374 12 33 0 1 425 134 125
Binary 11100010 10110111 11111100 1010 11011 0 1 100010101 1011100 1010101

Color Harmonies of #E2B7FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2B7FC

Black with #E2B7FC

Text Example


Text Example

White with #E2B7FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2B7FC; }

 p { color: rgb(226,183,252); }

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

background-color css

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

 a { background-color: rgb(226,183,252); }

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

border-color css

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

 span { border-color: rgb(226,183,252); }

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