Html Css Color HEX #E6B0FE Mauve

📋 copy color: '#E6B0FE'

red 230 ◦ green 176 ◦ blue 254

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

Shades of Mauve #E6B0FE

Tints of Mauve #E6B0FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 38.48%

R = 34.85%
G = 26.67%
B = 38.48%

CMYK

 C value IS 0.09

 M value IS 0.31

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E6B0FE (or 0xE6B0FE) is known color: Mauve. HEX triplet: E6, B0 and FE. RGB value is (230,176,254). Sum of RGB (Red+Green+Blue) = 230+176+254=660 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.85% from 660); Green value is 176 (69.14% from 255 or 26.67% from 660); Blue value is 254 (99.61% from 255 or 38.48% from 660); Max value from RGB is 254 - color contains mainly: blue. Hex color #E6B0FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6B0FE is #194F01. Grayscale: #C8C8C8. Windows color (decimal): -1658626 or 16691430. OLE color: 16691430.

HSL color Cylindrical-coordinate representation of color #E6B0FE: hue angle of 281.54º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E6B0FE is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 230 176 254 -
CMYK 0.09 0.31 0 0.00
HSL 281.54º 0.98% 0.84% -
HSV(B) 281.54º 0.31% 1% -
XYZ 66.05 55.03 100.91 -
YUV 201.04 157.89 148.66 -
System Red Green Blue C M Y K H S L
Decimal 230 176 254 0.09 0.31 0 0.00 281.54 0.98 0.84
Hex E6 B0 FE 9 1F 0 0 11A 62 54
Octal 346 260 376 11 37 0 0 432 142 124
Binary 11100110 10110000 11111110 1001 11111 0 0 100011010 1100010 1010100

Color Harmonies of #E6B0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6B0FE

Black with #E6B0FE

Text Example


Text Example

White with #E6B0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6B0FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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