Html Css Color HEX #E6ABFF Mauve

📋 copy color: '#E6ABFF'

red 230 ◦ green 171 ◦ blue 255

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

Shades of Mauve #E6ABFF

Tints of Mauve #E6ABFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 38.87%

R = 35.06%
G = 26.07%
B = 38.87%

CMYK

 C value IS 0.10

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E6ABFF (or 0xE6ABFF) is known color: Mauve. HEX triplet: E6, AB and FF. RGB value is (230,171,255). Sum of RGB (Red+Green+Blue) = 230+171+255=656 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.06% from 656); Green value is 171 (67.19% from 255 or 26.07% from 656); Blue value is 255 (100% from 255 or 38.87% from 656); Max value from RGB is 255 - color contains mainly: blue. Hex color #E6ABFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6ABFF is #195400. Grayscale: #C5C5C5. Windows color (decimal): -1659905 or 16755686. OLE color: 16755686.

HSL color Cylindrical-coordinate representation of color #E6ABFF: hue angle of 282.14º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E6ABFF is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 230 171 255 -
CMYK 0.10 0.33 0 0
HSL 282.14º 1% 0.84% -
HSV(B) 282.14º 0.33% 1% -
XYZ 65.25 53.17 101.43 -
YUV 198.22 160.05 150.67 -
System Red Green Blue C M Y K H S L
Decimal 230 171 255 0.10 0.33 0 0 282.14 1 0.84
Hex E6 AB FF A 21 0 0 11A 64 54
Octal 346 253 377 12 41 0 0 432 144 124
Binary 11100110 10101011 11111111 1010 100001 0 0 100011010 1100100 1010100

Color Harmonies of #E6ABFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6ABFF

Black with #E6ABFF

Text Example


Text Example

White with #E6ABFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6ABFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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