Html Css Color HEX #E5B4FE Mauve

📋 copy color: '#E5B4FE'

red 229 ◦ green 180 ◦ blue 254

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

Shades of Mauve #E5B4FE

Tints of Mauve #E5B4FE

RGB

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

 GREEN value IS 180 (70.7% from 255) = 27.15%

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

R = 34.54%
G = 27.15%
B = 38.31%

CMYK

 C value IS 0.10

 M value IS 0.29

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E5B4FE (or 0xE5B4FE) is known color: Mauve. HEX triplet: E5, B4 and FE. RGB value is (229,180,254). Sum of RGB (Red+Green+Blue) = 229+180+254=663 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.54% from 663); Green value is 180 (70.70% from 255 or 27.15% from 663); Blue value is 254 (99.61% from 255 or 38.31% from 663); Max value from RGB is 254 - color contains mainly: blue. Hex color #E5B4FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5B4FE is #1A4B01. Grayscale: #CACACA. Windows color (decimal): -1723138 or 16692453. OLE color: 16692453.

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

Color convert

RGB 229 180 254 -
CMYK 0.10 0.29 0 0.00
HSL 279.73º 0.97% 0.85% -
HSV(B) 279.73º 0.29% 1% -
XYZ 66.52 56.46 101.16 -
YUV 203.09 156.73 146.48 -
System Red Green Blue C M Y K H S L
Decimal 229 180 254 0.10 0.29 0 0.00 279.73 0.97 0.85
Hex E5 B4 FE A 1D 0 0 118 61 55
Octal 345 264 376 12 35 0 0 430 141 125
Binary 11100101 10110100 11111110 1010 11101 0 0 100011000 1100001 1010101

Color Harmonies of #E5B4FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5B4FE

Black with #E5B4FE

Text Example


Text Example

White with #E5B4FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5B4FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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