Html Css Color HEX #E2B9FC Mauve

📋 copy color: '#E2B9FC'

red 226 ◦ green 185 ◦ blue 252

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

Shades of Mauve #E2B9FC

Tints of Mauve #E2B9FC

RGB

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

 GREEN value IS 185 (72.66% from 255) = 27.9%

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

R = 34.09%
G = 27.9%
B = 38.01%

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

#E2B9FC (or 0xE2B9FC) is known color: Mauve. HEX triplet: E2, B9 and FC. RGB value is (226,185,252). Sum of RGB (Red+Green+Blue) = 226+185+252=663 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.09% from 663); Green value is 185 (72.66% from 255 or 27.90% from 663); Blue value is 252 (98.83% from 255 or 38.01% from 663); Max value from RGB is 252 - color contains mainly: blue. Hex color #E2B9FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2B9FC is #1D4603. Grayscale: #CCCCCC. Windows color (decimal): -1918468 or 16562658. OLE color: 16562658.

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

Color convert

RGB 226 185 252 -
CMYK 0.10 0.27 0 0.01
HSL 276.72º 0.92% 0.86% -
HSV(B) 276.72º 0.27% 0.99% -
XYZ 66.28 57.89 99.78 -
YUV 204.9 154.58 143.05 -
System Red Green Blue C M Y K H S L
Decimal 226 185 252 0.10 0.27 0 0.01 276.72 0.92 0.86
Hex E2 B9 FC A 1B 0 1 115 5C 56
Octal 342 271 374 12 33 0 1 425 134 126
Binary 11100010 10111001 11111100 1010 11011 0 1 100010101 1011100 1010110

Color Harmonies of #E2B9FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2B9FC

Black with #E2B9FC

Text Example


Text Example

White with #E2B9FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2B9FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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