Html Css Color HEX #E2ABFA Mauve

📋 copy color: '#E2ABFA'

red 226 ◦ green 171 ◦ blue 250

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

Shades of Mauve #E2ABFA

Tints of Mauve #E2ABFA

RGB

 RED value IS 226 (88.67% from 255) = 34.93%

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

 BLUE value IS 250 (98.05% from 255) = 38.64%

R = 34.93%
G = 26.43%
B = 38.64%

CMYK

 C value IS 0.10

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E2ABFA (or 0xE2ABFA) is known color: Mauve. HEX triplet: E2, AB and FA. RGB value is (226,171,250). Sum of RGB (Red+Green+Blue) = 226+171+250=647 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.93% from 647); Green value is 171 (67.19% from 255 or 26.43% from 647); Blue value is 250 (98.05% from 255 or 38.64% from 647); Max value from RGB is 250 - color contains mainly: blue. Hex color #E2ABFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2ABFA is #1D5405. Grayscale: #C4C4C4. Windows color (decimal): -1922054 or 16428002. OLE color: 16428002.

HSL color Cylindrical-coordinate representation of color #E2ABFA: hue angle of 281.77º degrees, saturation: 0.89, 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 #E2ABFA is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 226 171 250 -
CMYK 0.10 0.32 0 0.02
HSL 281.77º 0.89% 0.83% -
HSV(B) 281.77º 0.32% 0.98% -
XYZ 63.18 52.2 97.19 -
YUV 196.45 158.22 149.08 -
System Red Green Blue C M Y K H S L
Decimal 226 171 250 0.10 0.32 0 0.02 281.77 0.89 0.83
Hex E2 AB FA A 20 0 2 11A 59 53
Octal 342 253 372 12 40 0 2 432 131 123
Binary 11100010 10101011 11111010 1010 100000 0 10 100011010 1011001 1010011

Color Harmonies of #E2ABFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2ABFA

Black with #E2ABFA

Text Example


Text Example

White with #E2ABFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2ABFA; }

 p { color: rgb(226,171,250); }

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

background-color css

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

 a { background-color: rgb(226,171,250); }

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

border-color css

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

 span { border-color: rgb(226,171,250); }

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