Html Css Color HEX #E2ABFE Mauve

📋 copy color: '#E2ABFE'

red 226 ◦ green 171 ◦ blue 254

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

Shades of Mauve #E2ABFE

Tints of Mauve #E2ABFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 39.02%

R = 34.72%
G = 26.27%
B = 39.02%

CMYK

 C value IS 0.11

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E2ABFE (or 0xE2ABFE) is known color: Mauve. HEX triplet: E2, AB and FE. RGB value is (226,171,254). Sum of RGB (Red+Green+Blue) = 226+171+254=651 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.72% from 651); Green value is 171 (67.19% from 255 or 26.27% from 651); Blue value is 254 (99.61% from 255 or 39.02% from 651); Max value from RGB is 254 - color contains mainly: blue. Hex color #E2ABFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2ABFE is #1D5401. Grayscale: #C4C4C4. Windows color (decimal): -1922050 or 16690146. OLE color: 16690146.

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

Color convert

RGB 226 171 254 -
CMYK 0.11 0.33 0 0.00
HSL 279.76º 0.98% 0.83% -
HSV(B) 279.76º 0.33% 1% -
XYZ 63.82 52.45 100.53 -
YUV 196.91 160.22 148.75 -
System Red Green Blue C M Y K H S L
Decimal 226 171 254 0.11 0.33 0 0.00 279.76 0.98 0.83
Hex E2 AB FE B 21 0 0 118 62 53
Octal 342 253 376 13 41 0 0 430 142 123
Binary 11100010 10101011 11111110 1011 100001 0 0 100011000 1100010 1010011

Color Harmonies of #E2ABFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2ABFE

Black with #E2ABFE

Text Example


Text Example

White with #E2ABFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2ABFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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