Html Css Color HEX #E6BFFF Mauve

📋 copy color: '#E6BFFF'

red 230 ◦ green 191 ◦ blue 255

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

Shades of Mauve #E6BFFF

Tints of Mauve #E6BFFF

RGB

 RED value IS 230 (90.23% from 255) = 34.02%

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

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

R = 34.02%
G = 28.25%
B = 37.72%

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

#E6BFFF (or 0xE6BFFF) is known color: Mauve. HEX triplet: E6, BF and FF. RGB value is (230,191,255). Sum of RGB (Red+Green+Blue) = 230+191+255=676 (89% of max value = 765). Red value is 230 (90.23% from 255 or 34.02% from 676); Green value is 191 (75% from 255 or 28.25% from 676); Blue value is 255 (100% from 255 or 37.72% from 676); Max value from RGB is 255 - color contains mainly: blue. Hex color #E6BFFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6BFFF is #194000. Grayscale: #D1D1D1. Windows color (decimal): -1654785 or 16760806. OLE color: 16760806.

HSL color Cylindrical-coordinate representation of color #E6BFFF: hue angle of 276.56º 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 #E6BFFF is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 230 191 255 -
CMYK 0.10 0.25 0 0
HSL 276.56º 1% 0.87% -
HSV(B) 276.56º 0.25% 1% -
XYZ 69.31 61.3 102.79 -
YUV 209.96 153.42 142.3 -
System Red Green Blue C M Y K H S L
Decimal 230 191 255 0.10 0.25 0 0 276.56 1 0.87
Hex E6 BF FF A 19 0 0 115 64 57
Octal 346 277 377 12 31 0 0 425 144 127
Binary 11100110 10111111 11111111 1010 11001 0 0 100010101 1100100 1010111

Color Harmonies of #E6BFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BFFF

Black with #E6BFFF

Text Example


Text Example

White with #E6BFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BFFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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