#E1ACE2

Color #E1ACE2 Plum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Plum #E1ACE2

Tints of Plum #E1ACE2

Color information

#E1ACE2 (or 0xE1ACE2) is unknown color: approx Plum. HEX triplet: E1, AC and E2. RGB value is (225,172,226). Sum of RGB (Red+Green+Blue) = 225+172+226=623 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.12% from 623); Green value is 172 (67.58% from 255 or 27.61% from 623); Blue value is 226 (88.67% from 255 or 36.28% from 623); Max value from RGB is 226 - color contains mainly: blue. Hex color #E1ACE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1ACE2 is #1E531D. Grayscale: #C1C1C1. Windows color (decimal): -1987358 or 14855393. OLE color: 14855393.

HSL color Cylindrical-coordinate representation of color #E1ACE2: hue angle of 298.89º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E1ACE2 is Cyan = 0.00, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB225172226-
CMYK0.000.2400.11
HSL298.89º48.21%78.04%-
HSV(B)298.89º23.89%88.63%-
XYZ59.535178.66-
YUV194146.06150.11-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.12%
GREEN value IS 172 (67.58% from 255) = 27.61%
BLUE value IS 226 (88.67% from 255) = 36.28%
R=36.12%
G=27.61%
B=36.28%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2251722260.000.2400.11298.8948.2178.04
HexE1ACE20180B12b304e
Octal34125434203001345360116
Binary111000011010110011100010011000010111001010111100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1ACE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1ACE2; }

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

 H1.HeaderClassName
 {
   color: #E1ACE2;
 }
 .AnyTagClassName
 {
   color: #E1ACE2;
 }
</style>
background-color css

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

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

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

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

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

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