Html Css Color HEX #E5BCFA Mauve

📋 copy color: '#E5BCFA'

red 229 ◦ green 188 ◦ blue 250

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

Shades of Mauve #E5BCFA

Tints of Mauve #E5BCFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 37.48%

R = 34.33%
G = 28.19%
B = 37.48%

CMYK

 C value IS 0.08

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E5BCFA (or 0xE5BCFA) is known color: Mauve. HEX triplet: E5, BC and FA. RGB value is (229,188,250). Sum of RGB (Red+Green+Blue) = 229+188+250=667 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.33% from 667); Green value is 188 (73.83% from 255 or 28.19% from 667); Blue value is 250 (98.05% from 255 or 37.48% from 667); Max value from RGB is 250 - color contains mainly: blue. Hex color #E5BCFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5BCFA is #1A4305. Grayscale: #CFCFCF. Windows color (decimal): -1721094 or 16432357. OLE color: 16432357.

HSL color Cylindrical-coordinate representation of color #E5BCFA: hue angle of 279.68º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E5BCFA is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 229 188 250 -
CMYK 0.08 0.25 0 0.02
HSL 279.68º 0.86% 0.86% -
HSV(B) 279.68º 0.25% 0.98% -
XYZ 67.55 59.53 98.37 -
YUV 207.33 152.08 143.46 -
System Red Green Blue C M Y K H S L
Decimal 229 188 250 0.08 0.25 0 0.02 279.68 0.86 0.86
Hex E5 BC FA 8 19 0 2 118 56 56
Octal 345 274 372 10 31 0 2 430 126 126
Binary 11100101 10111100 11111010 1000 11001 0 10 100011000 1010110 1010110

Color Harmonies of #E5BCFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5BCFA

Black with #E5BCFA

Text Example


Text Example

White with #E5BCFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5BCFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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