Html Css Color HEX #E6ABF2 Mauve

📋 copy color: '#E6ABF2'

red 230 ◦ green 171 ◦ blue 242

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

Shades of Mauve #E6ABF2

Tints of Mauve #E6ABF2

RGB

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

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

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

R = 35.77%
G = 26.59%
B = 37.64%

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

#E6ABF2 (or 0xE6ABF2) is known color: Mauve. HEX triplet: E6, AB and F2. RGB value is (230,171,242). Sum of RGB (Red+Green+Blue) = 230+171+242=643 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.77% from 643); Green value is 171 (67.19% from 255 or 26.59% from 643); Blue value is 242 (94.92% from 255 or 37.64% from 643); Max value from RGB is 242 - color contains mainly: blue. Hex color #E6ABF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6ABF2 is #19540D. Grayscale: #C4C4C4. Windows color (decimal): -1659918 or 15903718. OLE color: 15903718.

HSL color Cylindrical-coordinate representation of color #E6ABF2: hue angle of 289.86º degrees, saturation: 0.73, 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 #E6ABF2 is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 230 171 242 -
CMYK 0.05 0.29 0 0.05
HSL 289.86º 0.73% 0.81% -
HSV(B) 289.86º 0.29% 0.95% -
XYZ 63.22 52.36 90.78 -
YUV 196.74 153.55 151.73 -
System Red Green Blue C M Y K H S L
Decimal 230 171 242 0.05 0.29 0 0.05 289.86 0.73 0.81
Hex E6 AB F2 5 1D 0 5 122 49 51
Octal 346 253 362 5 35 0 5 442 111 121
Binary 11100110 10101011 11110010 101 11101 0 101 100100010 1001001 1010001

Color Harmonies of #E6ABF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6ABF2

Black with #E6ABF2

Text Example


Text Example

White with #E6ABF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6ABF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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