Html Css Color HEX #E5B0FE Mauve

📋 copy color: '#E5B0FE'

red 229 ◦ green 176 ◦ blue 254

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

Shades of Mauve #E5B0FE

Tints of Mauve #E5B0FE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 26.71%

 BLUE value IS 254 (99.61% from 255) = 38.54%

R = 34.75%
G = 26.71%
B = 38.54%

CMYK

 C value IS 0.10

 M value IS 0.31

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E5B0FE (or 0xE5B0FE) is known color: Mauve. HEX triplet: E5, B0 and FE. RGB value is (229,176,254). Sum of RGB (Red+Green+Blue) = 229+176+254=659 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.75% from 659); Green value is 176 (69.14% from 255 or 26.71% from 659); Blue value is 254 (99.61% from 255 or 38.54% from 659); Max value from RGB is 254 - color contains mainly: blue. Hex color #E5B0FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5B0FE is #1A4F01. Grayscale: #C8C8C8. Windows color (decimal): -1724162 or 16691429. OLE color: 16691429.

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

Color convert

RGB 229 176 254 -
CMYK 0.10 0.31 0 0.00
HSL 280.77º 0.98% 0.84% -
HSV(B) 280.77º 0.31% 1% -
XYZ 65.73 54.86 100.89 -
YUV 200.74 158.06 148.16 -
System Red Green Blue C M Y K H S L
Decimal 229 176 254 0.10 0.31 0 0.00 280.77 0.98 0.84
Hex E5 B0 FE A 1F 0 0 119 62 54
Octal 345 260 376 12 37 0 0 431 142 124
Binary 11100101 10110000 11111110 1010 11111 0 0 100011001 1100010 1010100

Color Harmonies of #E5B0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5B0FE

Black with #E5B0FE

Text Example


Text Example

White with #E5B0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5B0FE; }

 p { color: rgb(229,176,254); }

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

background-color css

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

 a { background-color: rgb(229,176,254); }

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

border-color css

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

 span { border-color: rgb(229,176,254); }

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