Html Css Color HEX #E2ACFB Mauve

📋 copy color: '#E2ACFB'

red 226 ◦ green 172 ◦ blue 251

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

Shades of Mauve #E2ACFB

Tints of Mauve #E2ACFB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 26.5%

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

R = 34.82%
G = 26.5%
B = 38.67%

CMYK

 C value IS 0.10

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E2ACFB (or 0xE2ACFB) is known color: Mauve. HEX triplet: E2, AC and FB. RGB value is (226,172,251). Sum of RGB (Red+Green+Blue) = 226+172+251=649 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.82% from 649); Green value is 172 (67.58% from 255 or 26.50% from 649); Blue value is 251 (98.44% from 255 or 38.67% from 649); Max value from RGB is 251 - color contains mainly: blue. Hex color #E2ACFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2ACFB is #1D5304. Grayscale: #C4C4C4. Windows color (decimal): -1921797 or 16493794. OLE color: 16493794.

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

Color convert

RGB 226 172 251 -
CMYK 0.10 0.31 0 0.02
HSL 281.01º 0.91% 0.83% -
HSV(B) 281.01º 0.31% 0.98% -
XYZ 63.53 52.64 98.08 -
YUV 197.15 158.39 148.58 -
System Red Green Blue C M Y K H S L
Decimal 226 172 251 0.10 0.31 0 0.02 281.01 0.91 0.83
Hex E2 AC FB A 1F 0 2 119 5B 53
Octal 342 254 373 12 37 0 2 431 133 123
Binary 11100010 10101100 11111011 1010 11111 0 10 100011001 1011011 1010011

Color Harmonies of #E2ACFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2ACFB

Black with #E2ACFB

Text Example


Text Example

White with #E2ACFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2ACFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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