Html Css Color HEX #E5B6F1 Mauve

📋 copy color: '#E5B6F1'

red 229 ◦ green 182 ◦ blue 241

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

Shades of Mauve #E5B6F1

Tints of Mauve #E5B6F1

RGB

 RED value IS 229 (89.84% from 255) = 35.12%

 GREEN value IS 182 (71.48% from 255) = 27.91%

 BLUE value IS 241 (94.53% from 255) = 36.96%

R = 35.12%
G = 27.91%
B = 36.96%

CMYK

 C value IS 0.05

 M value IS 0.24

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E5B6F1 (or 0xE5B6F1) is known color: Mauve. HEX triplet: E5, B6 and F1. RGB value is (229,182,241). Sum of RGB (Red+Green+Blue) = 229+182+241=652 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.12% from 652); Green value is 182 (71.48% from 255 or 27.91% from 652); Blue value is 241 (94.53% from 255 or 36.96% from 652); Max value from RGB is 241 - color contains mainly: blue. Hex color #E5B6F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5B6F1 is #1A490E. Grayscale: #CACACA. Windows color (decimal): -1722639 or 15840997. OLE color: 15840997.

HSL color Cylindrical-coordinate representation of color #E5B6F1: hue angle of 287.8º degrees, saturation: 0.68, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E5B6F1 is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 229 182 241 -
CMYK 0.05 0.24 0 0.05
HSL 287.8º 0.68% 0.83% -
HSV(B) 287.8º 0.24% 0.95% -
XYZ 64.92 56.46 90.7 -
YUV 202.78 149.57 146.7 -
System Red Green Blue C M Y K H S L
Decimal 229 182 241 0.05 0.24 0 0.05 287.8 0.68 0.83
Hex E5 B6 F1 5 18 0 5 120 44 53
Octal 345 266 361 5 30 0 5 440 104 123
Binary 11100101 10110110 11110001 101 11000 0 101 100100000 1000100 1010011

Color Harmonies of #E5B6F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5B6F1

Black with #E5B6F1

Text Example


Text Example

White with #E5B6F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5B6F1; }

 p { color: rgb(229,182,241); }

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

background-color css

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

 a { background-color: rgb(229,182,241); }

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

border-color css

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

 span { border-color: rgb(229,182,241); }

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