Html Css Color HEX #E6ABFB Mauve

📋 copy color: '#E6ABFB'

red 230 ◦ green 171 ◦ blue 251

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

Shades of Mauve #E6ABFB

Tints of Mauve #E6ABFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 38.5%

R = 35.28%
G = 26.23%
B = 38.5%

CMYK

 C value IS 0.08

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E6ABFB (or 0xE6ABFB) is known color: Mauve. HEX triplet: E6, AB and FB. RGB value is (230,171,251). Sum of RGB (Red+Green+Blue) = 230+171+251=652 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.28% from 652); Green value is 171 (67.19% from 255 or 26.23% from 652); Blue value is 251 (98.44% from 255 or 38.50% from 652); Max value from RGB is 251 - color contains mainly: blue. Hex color #E6ABFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6ABFB is #195404. Grayscale: #C5C5C5. Windows color (decimal): -1659909 or 16493542. OLE color: 16493542.

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

Color convert

RGB 230 171 251 -
CMYK 0.08 0.32 0 0.02
HSL 284.25º 0.91% 0.83% -
HSV(B) 284.25º 0.32% 0.98% -
XYZ 64.61 52.91 98.07 -
YUV 197.76 158.05 151 -
System Red Green Blue C M Y K H S L
Decimal 230 171 251 0.08 0.32 0 0.02 284.25 0.91 0.83
Hex E6 AB FB 8 20 0 2 11C 5B 53
Octal 346 253 373 10 40 0 2 434 133 123
Binary 11100110 10101011 11111011 1000 100000 0 10 100011100 1011011 1010011

Color Harmonies of #E6ABFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6ABFB

Black with #E6ABFB

Text Example


Text Example

White with #E6ABFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6ABFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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