Html Css Color HEX #E2B1FD Mauve

📋 copy color: '#E2B1FD'

red 226 ◦ green 177 ◦ blue 253

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

Shades of Mauve #E2B1FD

Tints of Mauve #E2B1FD

RGB

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

 GREEN value IS 177 (69.53% from 255) = 26.98%

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

R = 34.45%
G = 26.98%
B = 38.57%

CMYK

 C value IS 0.11

 M value IS 0.30

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E2B1FD (or 0xE2B1FD) is known color: Mauve. HEX triplet: E2, B1 and FD. RGB value is (226,177,253). Sum of RGB (Red+Green+Blue) = 226+177+253=656 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.45% from 656); Green value is 177 (69.53% from 255 or 26.98% from 656); Blue value is 253 (99.22% from 255 or 38.57% from 656); Max value from RGB is 253 - color contains mainly: blue. Hex color #E2B1FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2B1FD is #1D4E02. Grayscale: #C8C8C8. Windows color (decimal): -1920515 or 16626146. OLE color: 16626146.

HSL color Cylindrical-coordinate representation of color #E2B1FD: hue angle of 278.68º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E2B1FD is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 226 177 253 -
CMYK 0.11 0.30 0 0.01
HSL 278.68º 0.95% 0.84% -
HSV(B) 278.68º 0.3% 0.99% -
XYZ 64.82 54.7 100.07 -
YUV 200.32 157.73 146.32 -
System Red Green Blue C M Y K H S L
Decimal 226 177 253 0.11 0.30 0 0.01 278.68 0.95 0.84
Hex E2 B1 FD B 1E 0 1 117 5F 54
Octal 342 261 375 13 36 0 1 427 137 124
Binary 11100010 10110001 11111101 1011 11110 0 1 100010111 1011111 1010100

Color Harmonies of #E2B1FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2B1FD

Black with #E2B1FD

Text Example


Text Example

White with #E2B1FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2B1FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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