Html Css Color HEX #E5B5FF Mauve

📋 copy color: '#E5B5FF'

red 229 ◦ green 181 ◦ blue 255

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

Shades of Mauve #E5B5FF

Tints of Mauve #E5B5FF

RGB

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

 GREEN value IS 181 (71.09% from 255) = 27.22%

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

R = 34.44%
G = 27.22%
B = 38.35%

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

#E5B5FF (or 0xE5B5FF) is known color: Mauve. HEX triplet: E5, B5 and FF. RGB value is (229,181,255). Sum of RGB (Red+Green+Blue) = 229+181+255=665 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.44% from 665); Green value is 181 (71.09% from 255 or 27.22% from 665); Blue value is 255 (100% from 255 or 38.35% from 665); Max value from RGB is 255 - color contains mainly: blue. Hex color #E5B5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5B5FF is #1A4A00. Grayscale: #CBCBCB. Windows color (decimal): -1722881 or 16758245. OLE color: 16758245.

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

Color convert

RGB 229 181 255 -
CMYK 0.10 0.29 0 0
HSL 278.92º 1% 0.85% -
HSV(B) 278.92º 0.29% 1% -
XYZ 66.89 56.93 102.07 -
YUV 203.79 156.9 145.98 -
System Red Green Blue C M Y K H S L
Decimal 229 181 255 0.10 0.29 0 0 278.92 1 0.85
Hex E5 B5 FF A 1D 0 0 117 64 55
Octal 345 265 377 12 35 0 0 427 144 125
Binary 11100101 10110101 11111111 1010 11101 0 0 100010111 1100100 1010101

Color Harmonies of #E5B5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5B5FF

Black with #E5B5FF

Text Example


Text Example

White with #E5B5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5B5FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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