Html Css Color HEX #E6B0FB Mauve

📋 copy color: '#E6B0FB'

red 230 ◦ green 176 ◦ blue 251

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

Shades of Mauve #E6B0FB

Tints of Mauve #E6B0FB

RGB

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

 GREEN value IS 176 (69.14% from 255) = 26.79%

 BLUE value IS 251 (98.44% from 255) = 38.2%

R = 35.01%
G = 26.79%
B = 38.2%

CMYK

 C value IS 0.08

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E6B0FB (or 0xE6B0FB) is known color: Mauve. HEX triplet: E6, B0 and FB. RGB value is (230,176,251). Sum of RGB (Red+Green+Blue) = 230+176+251=657 (87% of max value = 765). Red value is 230 (90.23% from 255 or 35.01% from 657); Green value is 176 (69.14% from 255 or 26.79% from 657); Blue value is 251 (98.44% from 255 or 38.20% from 657); Max value from RGB is 251 - color contains mainly: blue. Hex color #E6B0FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6B0FB is #194F04. Grayscale: #C8C8C8. Windows color (decimal): -1658629 or 16494822. OLE color: 16494822.

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

Color convert

RGB 230 176 251 -
CMYK 0.08 0.30 0 0.02
HSL 283.2º 0.9% 0.84% -
HSV(B) 283.2º 0.3% 0.98% -
XYZ 65.57 54.84 98.4 -
YUV 200.7 156.39 148.9 -
System Red Green Blue C M Y K H S L
Decimal 230 176 251 0.08 0.30 0 0.02 283.2 0.9 0.84
Hex E6 B0 FB 8 1E 0 2 11B 5A 54
Octal 346 260 373 10 36 0 2 433 132 124
Binary 11100110 10110000 11111011 1000 11110 0 10 100011011 1011010 1010100

Color Harmonies of #E6B0FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6B0FB

Black with #E6B0FB

Text Example


Text Example

White with #E6B0FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6B0FB; }

 p { color: rgb(230,176,251); }

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

background-color css

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

 a { background-color: rgb(230,176,251); }

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

border-color css

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

 span { border-color: rgb(230,176,251); }

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