Html Css Color HEX #E5B4FD Mauve

📋 copy color: '#E5B4FD'

red 229 ◦ green 180 ◦ blue 253

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

Shades of Mauve #E5B4FD

Tints of Mauve #E5B4FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 38.22%

R = 34.59%
G = 27.19%
B = 38.22%

CMYK

 C value IS 0.09

 M value IS 0.29

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E5B4FD (or 0xE5B4FD) is known color: Mauve. HEX triplet: E5, B4 and FD. RGB value is (229,180,253). Sum of RGB (Red+Green+Blue) = 229+180+253=662 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.59% from 662); Green value is 180 (70.70% from 255 or 27.19% from 662); Blue value is 253 (99.22% from 255 or 38.22% from 662); Max value from RGB is 253 - color contains mainly: blue. Hex color #E5B4FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5B4FD is #1A4B02. Grayscale: #CACACA. Windows color (decimal): -1723139 or 16626917. OLE color: 16626917.

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

Color convert

RGB 229 180 253 -
CMYK 0.09 0.29 0 0.01
HSL 280.27º 0.95% 0.85% -
HSV(B) 280.27º 0.29% 0.99% -
XYZ 66.36 56.39 100.32 -
YUV 202.97 156.23 146.56 -
System Red Green Blue C M Y K H S L
Decimal 229 180 253 0.09 0.29 0 0.01 280.27 0.95 0.85
Hex E5 B4 FD 9 1D 0 1 118 5F 55
Octal 345 264 375 11 35 0 1 430 137 125
Binary 11100101 10110100 11111101 1001 11101 0 1 100011000 1011111 1010101

Color Harmonies of #E5B4FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5B4FD

Black with #E5B4FD

Text Example


Text Example

White with #E5B4FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5B4FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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