Html Css Color HEX #E1ACFE Mauve

📋 copy color: '#E1ACFE'

red 225 ◦ green 172 ◦ blue 254

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

Shades of Mauve #E1ACFE

Tints of Mauve #E1ACFE

RGB

 RED value IS 225 (88.28% from 255) = 34.56%

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

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

R = 34.56%
G = 26.42%
B = 39.02%

CMYK

 C value IS 0.11

 M value IS 0.32

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E1ACFE (or 0xE1ACFE) is known color: Mauve. HEX triplet: E1, AC and FE. RGB value is (225,172,254). Sum of RGB (Red+Green+Blue) = 225+172+254=651 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.56% from 651); Green value is 172 (67.58% from 255 or 26.42% 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 #E1ACFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1ACFE is #1E5301. Grayscale: #C4C4C4. Windows color (decimal): -1987330 or 16690401. OLE color: 16690401.

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

Color convert

RGB 225 172 254 -
CMYK 0.11 0.32 0 0.00
HSL 278.78º 0.98% 0.84% -
HSV(B) 278.78º 0.32% 1% -
XYZ 63.69 52.67 100.57 -
YUV 197.2 160.06 147.83 -
System Red Green Blue C M Y K H S L
Decimal 225 172 254 0.11 0.32 0 0.00 278.78 0.98 0.84
Hex E1 AC FE B 20 0 0 117 62 54
Octal 341 254 376 13 40 0 0 427 142 124
Binary 11100001 10101100 11111110 1011 100000 0 0 100010111 1100010 1010100

Color Harmonies of #E1ACFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1ACFE

Black with #E1ACFE

Text Example


Text Example

White with #E1ACFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1ACFE; }

 p { color: rgb(225,172,254); }

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

background-color css

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

 a { background-color: rgb(225,172,254); }

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

border-color css

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

 span { border-color: rgb(225,172,254); }

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