Html Css Color HEX #E6BAFA Mauve

📋 copy color: '#E6BAFA'

red 230 ◦ green 186 ◦ blue 250

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

Shades of Mauve #E6BAFA

Tints of Mauve #E6BAFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 37.54%

R = 34.53%
G = 27.93%
B = 37.54%

CMYK

 C value IS 0.08

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E6BAFA (or 0xE6BAFA) is known color: Mauve. HEX triplet: E6, BA and FA. RGB value is (230,186,250). Sum of RGB (Red+Green+Blue) = 230+186+250=666 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.53% from 666); Green value is 186 (73.05% from 255 or 27.93% from 666); Blue value is 250 (98.05% from 255 or 37.54% from 666); Max value from RGB is 250 - color contains mainly: blue. Hex color #E6BAFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6BAFA is #194505. Grayscale: #CECECE. Windows color (decimal): -1656070 or 16431846. OLE color: 16431846.

HSL color Cylindrical-coordinate representation of color #E6BAFA: hue angle of 281.25º degrees, saturation: 0.86, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E6BAFA is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 230 186 250 -
CMYK 0.08 0.26 0 0.02
HSL 281.25º 0.86% 0.85% -
HSV(B) 281.25º 0.26% 0.98% -
XYZ 67.45 58.84 98.25 -
YUV 206.45 152.58 144.8 -
System Red Green Blue C M Y K H S L
Decimal 230 186 250 0.08 0.26 0 0.02 281.25 0.86 0.85
Hex E6 BA FA 8 1A 0 2 119 56 55
Octal 346 272 372 10 32 0 2 431 126 125
Binary 11100110 10111010 11111010 1000 11010 0 10 100011001 1010110 1010101

Color Harmonies of #E6BAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BAFA

Black with #E6BAFA

Text Example


Text Example

White with #E6BAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BAFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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