Html Css Color HEX #E6BAF0 Mauve

📋 copy color: '#E6BAF0'

red 230 ◦ green 186 ◦ blue 240

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

Shades of Mauve #E6BAF0

Tints of Mauve #E6BAF0

RGB

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

 GREEN value IS 186 (73.05% from 255) = 28.35%

 BLUE value IS 240 (94.14% from 255) = 36.59%

R = 35.06%
G = 28.35%
B = 36.59%

CMYK

 C value IS 0.04

 M value IS 0.22

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E6BAF0 (or 0xE6BAF0) is known color: Mauve. HEX triplet: E6, BA and F0. RGB value is (230,186,240). Sum of RGB (Red+Green+Blue) = 230+186+240=656 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.06% from 656); Green value is 186 (73.05% from 255 or 28.35% from 656); Blue value is 240 (94.14% from 255 or 36.59% from 656); Max value from RGB is 240 - color contains mainly: blue. Hex color #E6BAF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6BAF0 is #19450F. Grayscale: #CDCDCD. Windows color (decimal): -1656080 or 15776486. OLE color: 15776486.

HSL color Cylindrical-coordinate representation of color #E6BAF0: hue angle of 288.89º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E6BAF0 is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 230 186 240 -
CMYK 0.04 0.22 0 0.06
HSL 288.89º 0.64% 0.84% -
HSV(B) 288.89º 0.23% 0.94% -
XYZ 65.92 58.23 90.2 -
YUV 205.31 147.58 145.61 -
System Red Green Blue C M Y K H S L
Decimal 230 186 240 0.04 0.22 0 0.06 288.89 0.64 0.84
Hex E6 BA F0 4 16 0 6 121 40 54
Octal 346 272 360 4 26 0 6 441 100 124
Binary 11100110 10111010 11110000 100 10110 0 110 100100001 1000000 1010100

Color Harmonies of #E6BAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BAF0

Black with #E6BAF0

Text Example


Text Example

White with #E6BAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BAF0; }

 p { color: rgb(230,186,240); }

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

background-color css

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

 a { background-color: rgb(230,186,240); }

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

border-color css

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

 span { border-color: rgb(230,186,240); }

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