Html Css Color HEX #E6ABF1 Mauve

📋 copy color: '#E6ABF1'

red 230 ◦ green 171 ◦ blue 241

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

Shades of Mauve #E6ABF1

Tints of Mauve #E6ABF1

RGB

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

 GREEN value IS 171 (67.19% from 255) = 26.64%

 BLUE value IS 241 (94.53% from 255) = 37.54%

R = 35.83%
G = 26.64%
B = 37.54%

CMYK

 C value IS 0.05

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E6ABF1 (or 0xE6ABF1) is known color: Mauve. HEX triplet: E6, AB and F1. RGB value is (230,171,241). Sum of RGB (Red+Green+Blue) = 230+171+241=642 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.83% from 642); Green value is 171 (67.19% from 255 or 26.64% from 642); Blue value is 241 (94.53% from 255 or 37.54% from 642); Max value from RGB is 241 - color contains mainly: blue. Hex color #E6ABF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6ABF1 is #19540E. Grayscale: #C4C4C4. Windows color (decimal): -1659919 or 15838182. OLE color: 15838182.

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

Color convert

RGB 230 171 241 -
CMYK 0.05 0.29 0 0.05
HSL 290.57º 0.71% 0.81% -
HSV(B) 290.57º 0.29% 0.95% -
XYZ 63.07 52.3 89.99 -
YUV 196.62 153.05 151.81 -
System Red Green Blue C M Y K H S L
Decimal 230 171 241 0.05 0.29 0 0.05 290.57 0.71 0.81
Hex E6 AB F1 5 1D 0 5 123 47 51
Octal 346 253 361 5 35 0 5 443 107 121
Binary 11100110 10101011 11110001 101 11101 0 101 100100011 1000111 1010001

Color Harmonies of #E6ABF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6ABF1

Black with #E6ABF1

Text Example


Text Example

White with #E6ABF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6ABF1; }

 p { color: rgb(230,171,241); }

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

background-color css

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

 a { background-color: rgb(230,171,241); }

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

border-color css

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

 span { border-color: rgb(230,171,241); }

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