Html Css Color HEX #E2ABFC Mauve

📋 copy color: '#E2ABFC'

red 226 ◦ green 171 ◦ blue 252

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

Shades of Mauve #E2ABFC

Tints of Mauve #E2ABFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 38.83%

R = 34.82%
G = 26.35%
B = 38.83%

CMYK

 C value IS 0.10

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E2ABFC (or 0xE2ABFC) is known color: Mauve. HEX triplet: E2, AB and FC. RGB value is (226,171,252). Sum of RGB (Red+Green+Blue) = 226+171+252=649 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.82% from 649); Green value is 171 (67.19% from 255 or 26.35% from 649); Blue value is 252 (98.83% from 255 or 38.83% from 649); Max value from RGB is 252 - color contains mainly: blue. Hex color #E2ABFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2ABFC is #1D5403. Grayscale: #C4C4C4. Windows color (decimal): -1922052 or 16559074. OLE color: 16559074.

HSL color Cylindrical-coordinate representation of color #E2ABFC: hue angle of 280.74º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E2ABFC is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 226 171 252 -
CMYK 0.10 0.32 0 0.01
HSL 280.74º 0.93% 0.83% -
HSV(B) 280.74º 0.32% 0.99% -
XYZ 63.5 52.32 98.85 -
YUV 196.68 159.22 148.91 -
System Red Green Blue C M Y K H S L
Decimal 226 171 252 0.10 0.32 0 0.01 280.74 0.93 0.83
Hex E2 AB FC A 20 0 1 119 5D 53
Octal 342 253 374 12 40 0 1 431 135 123
Binary 11100010 10101011 11111100 1010 100000 0 1 100011001 1011101 1010011

Color Harmonies of #E2ABFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2ABFC

Black with #E2ABFC

Text Example


Text Example

White with #E2ABFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2ABFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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