Html Css Color HEX #E6B3FF Mauve

📋 copy color: '#E6B3FF'

red 230 ◦ green 179 ◦ blue 255

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

Shades of Mauve #E6B3FF

Tints of Mauve #E6B3FF

RGB

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

 GREEN value IS 179 (70.31% from 255) = 26.96%

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

R = 34.64%
G = 26.96%
B = 38.4%

CMYK

 C value IS 0.10

 M value IS 0.30

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E6B3FF (or 0xE6B3FF) is known color: Mauve. HEX triplet: E6, B3 and FF. RGB value is (230,179,255). Sum of RGB (Red+Green+Blue) = 230+179+255=664 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.64% from 664); Green value is 179 (70.31% from 255 or 26.96% from 664); Blue value is 255 (100% from 255 or 38.40% from 664); Max value from RGB is 255 - color contains mainly: blue. Hex color #E6B3FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6B3FF is #194C00. Grayscale: #CACACA. Windows color (decimal): -1657857 or 16757734. OLE color: 16757734.

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

Color convert

RGB 230 179 255 -
CMYK 0.10 0.30 0 0
HSL 280.26º 1% 0.85% -
HSV(B) 280.26º 0.3% 1% -
XYZ 66.8 56.28 101.95 -
YUV 202.91 157.4 147.32 -
System Red Green Blue C M Y K H S L
Decimal 230 179 255 0.10 0.30 0 0 280.26 1 0.85
Hex E6 B3 FF A 1E 0 0 118 64 55
Octal 346 263 377 12 36 0 0 430 144 125
Binary 11100110 10110011 11111111 1010 11110 0 0 100011000 1100100 1010101

Color Harmonies of #E6B3FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6B3FF

Black with #E6B3FF

Text Example


Text Example

White with #E6B3FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6B3FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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