Html Css Color HEX #E6BEF2 Mauve

📋 copy color: '#E6BEF2'

red 230 ◦ green 190 ◦ blue 242

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

Shades of Mauve #E6BEF2

Tints of Mauve #E6BEF2

RGB

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

 GREEN value IS 190 (74.61% from 255) = 28.7%

 BLUE value IS 242 (94.92% from 255) = 36.56%

R = 34.74%
G = 28.7%
B = 36.56%

CMYK

 C value IS 0.05

 M value IS 0.21

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E6BEF2 (or 0xE6BEF2) is known color: Mauve. HEX triplet: E6, BE and F2. RGB value is (230,190,242). Sum of RGB (Red+Green+Blue) = 230+190+242=662 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.74% from 662); Green value is 190 (74.61% from 255 or 28.70% from 662); Blue value is 242 (94.92% from 255 or 36.56% from 662); Max value from RGB is 242 - color contains mainly: blue. Hex color #E6BEF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6BEF2 is #19410D. Grayscale: #CFCFCF. Windows color (decimal): -1655054 or 15908582. OLE color: 15908582.

HSL color Cylindrical-coordinate representation of color #E6BEF2: hue angle of 286.15º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E6BEF2 is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 230 190 242 -
CMYK 0.05 0.21 0 0.05
HSL 286.15º 0.67% 0.85% -
HSV(B) 286.15º 0.21% 0.95% -
XYZ 67.07 60.06 92.06 -
YUV 207.89 147.25 143.77 -
System Red Green Blue C M Y K H S L
Decimal 230 190 242 0.05 0.21 0 0.05 286.15 0.67 0.85
Hex E6 BE F2 5 15 0 5 11E 43 55
Octal 346 276 362 5 25 0 5 436 103 125
Binary 11100110 10111110 11110010 101 10101 0 101 100011110 1000011 1010101

Color Harmonies of #E6BEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BEF2

Black with #E6BEF2

Text Example


Text Example

White with #E6BEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BEF2; }

 p { color: rgb(230,190,242); }

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

background-color css

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

 a { background-color: rgb(230,190,242); }

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

border-color css

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

 span { border-color: rgb(230,190,242); }

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