Html Css Color HEX #E5BFFF Mauve

📋 copy color: '#E5BFFF'

red 229 ◦ green 191 ◦ blue 255

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

Shades of Mauve #E5BFFF

Tints of Mauve #E5BFFF

RGB

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

 GREEN value IS 191 (75% from 255) = 28.3%

 BLUE value IS 255 (100% from 255) = 37.78%

R = 33.93%
G = 28.3%
B = 37.78%

CMYK

 C value IS 0.10

 M value IS 0.25

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E5BFFF (or 0xE5BFFF) is known color: Mauve. HEX triplet: E5, BF and FF. RGB value is (229,191,255). Sum of RGB (Red+Green+Blue) = 229+191+255=675 (89% of max value = 765). Red value is 229 (89.84% from 255 or 33.93% from 675); Green value is 191 (75% from 255 or 28.30% from 675); Blue value is 255 (100% from 255 or 37.78% from 675); Max value from RGB is 255 - color contains mainly: blue. Hex color #E5BFFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5BFFF is #1A4000. Grayscale: #D1D1D1. Windows color (decimal): -1720321 or 16760805. OLE color: 16760805.

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

Color convert

RGB 229 191 255 -
CMYK 0.10 0.25 0 0
HSL 275.63º 1% 0.87% -
HSV(B) 275.63º 0.25% 1% -
XYZ 68.99 61.14 102.77 -
YUV 209.66 153.59 141.8 -
System Red Green Blue C M Y K H S L
Decimal 229 191 255 0.10 0.25 0 0 275.63 1 0.87
Hex E5 BF FF A 19 0 0 114 64 57
Octal 345 277 377 12 31 0 0 424 144 127
Binary 11100101 10111111 11111111 1010 11001 0 0 100010100 1100100 1010111

Color Harmonies of #E5BFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5BFFF

Black with #E5BFFF

Text Example


Text Example

White with #E5BFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5BFFF; }

 p { color: rgb(229,191,255); }

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

background-color css

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

 a { background-color: rgb(229,191,255); }

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

border-color css

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

 span { border-color: rgb(229,191,255); }

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