Html Css Color HEX #E1ACFF Mauve

📋 copy color: '#E1ACFF'

red 225 ◦ green 172 ◦ blue 255

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

Shades of Mauve #E1ACFF

Tints of Mauve #E1ACFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 39.11%

R = 34.51%
G = 26.38%
B = 39.11%

CMYK

 C value IS 0.12

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E1ACFF (or 0xE1ACFF) is known color: Mauve. HEX triplet: E1, AC and FF. RGB value is (225,172,255). Sum of RGB (Red+Green+Blue) = 225+172+255=652 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.51% from 652); Green value is 172 (67.58% from 255 or 26.38% from 652); Blue value is 255 (100% from 255 or 39.11% from 652); Max value from RGB is 255 - color contains mainly: blue. Hex color #E1ACFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1ACFF is #1E5300. Grayscale: #C5C5C5. Windows color (decimal): -1987329 or 16755937. OLE color: 16755937.

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

Color convert

RGB 225 172 255 -
CMYK 0.12 0.33 0 0
HSL 278.31º 1% 0.84% -
HSV(B) 278.31º 0.33% 1% -
XYZ 63.85 52.73 101.42 -
YUV 197.31 160.56 147.75 -
System Red Green Blue C M Y K H S L
Decimal 225 172 255 0.12 0.33 0 0 278.31 1 0.84
Hex E1 AC FF C 21 0 0 116 64 54
Octal 341 254 377 14 41 0 0 426 144 124
Binary 11100001 10101100 11111111 1100 100001 0 0 100010110 1100100 1010100

Color Harmonies of #E1ACFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1ACFF

Black with #E1ACFF

Text Example


Text Example

White with #E1ACFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1ACFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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