Html Css Color HEX #E5BCF0 Mauve

📋 copy color: '#E5BCF0'

red 229 ◦ green 188 ◦ blue 240

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

Shades of Mauve #E5BCF0

Tints of Mauve #E5BCF0

RGB

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

 GREEN value IS 188 (73.83% from 255) = 28.61%

 BLUE value IS 240 (94.14% from 255) = 36.53%

R = 34.86%
G = 28.61%
B = 36.53%

CMYK

 C value IS 0.05

 M value IS 0.22

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E5BCF0 (or 0xE5BCF0) is known color: Mauve. HEX triplet: E5, BC and F0. RGB value is (229,188,240). Sum of RGB (Red+Green+Blue) = 229+188+240=657 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.86% from 657); Green value is 188 (73.83% from 255 or 28.61% from 657); Blue value is 240 (94.14% from 255 or 36.53% from 657); Max value from RGB is 240 - color contains mainly: blue. Hex color #E5BCF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5BCF0 is #1A430F. Grayscale: #CECECE. Windows color (decimal): -1721104 or 15776997. OLE color: 15776997.

HSL color Cylindrical-coordinate representation of color #E5BCF0: hue angle of 287.31º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E5BCF0 is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 229 188 240 -
CMYK 0.05 0.22 0 0.06
HSL 287.31º 0.63% 0.84% -
HSV(B) 287.31º 0.22% 0.94% -
XYZ 66.02 58.92 90.33 -
YUV 206.19 147.08 144.27 -
System Red Green Blue C M Y K H S L
Decimal 229 188 240 0.05 0.22 0 0.06 287.31 0.63 0.84
Hex E5 BC F0 5 16 0 6 11F 3F 54
Octal 345 274 360 5 26 0 6 437 77 124
Binary 11100101 10111100 11110000 101 10110 0 110 100011111 111111 1010100

Color Harmonies of #E5BCF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5BCF0

Black with #E5BCF0

Text Example


Text Example

White with #E5BCF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5BCF0; }

 p { color: rgb(229,188,240); }

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

background-color css

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

 a { background-color: rgb(229,188,240); }

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

border-color css

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

 span { border-color: rgb(229,188,240); }

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