Html Css Color HEX #E2ABFB Mauve

📋 copy color: '#E2ABFB'

red 226 ◦ green 171 ◦ blue 251

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

Shades of Mauve #E2ABFB

Tints of Mauve #E2ABFB

RGB

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

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

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

R = 34.88%
G = 26.39%
B = 38.73%

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

#E2ABFB (or 0xE2ABFB) is known color: Mauve. HEX triplet: E2, AB and FB. RGB value is (226,171,251). Sum of RGB (Red+Green+Blue) = 226+171+251=648 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.88% from 648); Green value is 171 (67.19% from 255 or 26.39% from 648); Blue value is 251 (98.44% from 255 or 38.73% from 648); Max value from RGB is 251 - color contains mainly: blue. Hex color #E2ABFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2ABFB is #1D5404. Grayscale: #C4C4C4. Windows color (decimal): -1922053 or 16493538. OLE color: 16493538.

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

Color convert

RGB 226 171 251 -
CMYK 0.10 0.32 0 0.02
HSL 281.25º 0.91% 0.83% -
HSV(B) 281.25º 0.32% 0.98% -
XYZ 63.34 52.26 98.02 -
YUV 196.57 158.72 149 -
System Red Green Blue C M Y K H S L
Decimal 226 171 251 0.10 0.32 0 0.02 281.25 0.91 0.83
Hex E2 AB FB A 20 0 2 119 5B 53
Octal 342 253 373 12 40 0 2 431 133 123
Binary 11100010 10101011 11111011 1010 100000 0 10 100011001 1011011 1010011

Color Harmonies of #E2ABFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2ABFB

Black with #E2ABFB

Text Example


Text Example

White with #E2ABFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2ABFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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