Html Css Color HEX #E5B6FF Mauve

📋 copy color: '#E5B6FF'

red 229 ◦ green 182 ◦ blue 255

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

Shades of Mauve #E5B6FF

Tints of Mauve #E5B6FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 38.29%

R = 34.38%
G = 27.33%
B = 38.29%

CMYK

 C value IS 0.10

 M value IS 0.29

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E5B6FF (or 0xE5B6FF) is known color: Mauve. HEX triplet: E5, B6 and FF. RGB value is (229,182,255). Sum of RGB (Red+Green+Blue) = 229+182+255=666 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.38% from 666); Green value is 182 (71.48% from 255 or 27.33% from 666); Blue value is 255 (100% from 255 or 38.29% from 666); Max value from RGB is 255 - color contains mainly: blue. Hex color #E5B6FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5B6FF is #1A4900. Grayscale: #CCCCCC. Windows color (decimal): -1722625 or 16758501. OLE color: 16758501.

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

Color convert

RGB 229 182 255 -
CMYK 0.10 0.29 0 0
HSL 278.63º 1% 0.86% -
HSV(B) 278.63º 0.29% 1% -
XYZ 67.09 57.33 102.14 -
YUV 204.38 156.57 145.56 -
System Red Green Blue C M Y K H S L
Decimal 229 182 255 0.10 0.29 0 0 278.63 1 0.86
Hex E5 B6 FF A 1D 0 0 117 64 56
Octal 345 266 377 12 35 0 0 427 144 126
Binary 11100101 10110110 11111111 1010 11101 0 0 100010111 1100100 1010110

Color Harmonies of #E5B6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5B6FF

Black with #E5B6FF

Text Example


Text Example

White with #E5B6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5B6FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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