#E4ACE1

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

Shades of Plum #E4ACE1

Tints of Plum #E4ACE1

Color information

#E4ACE1 (or 0xE4ACE1) is unknown color: approx Plum. HEX triplet: E4, AC and E1. RGB value is (228,172,225). Sum of RGB (Red+Green+Blue) = 228+172+225=625 (82% of max value = 765). Red value is 228 (89.45% from 255 or 36.48% from 625); Green value is 172 (67.58% from 255 or 27.52% from 625); Blue value is 225 (88.28% from 255 or 36% from 625); Max value from RGB is 228 - color contains mainly: red. Hex color #E4ACE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E4ACE1 is #1B531E. Grayscale: #C2C2C2. Windows color (decimal): -1790751 or 14789860. OLE color: 14789860.

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

Color convert

RGB228172225-
CMYK00.250.010.11
HSL303.21º50.91%78.43%-
HSV(B)303.21º24.56%89.41%-
XYZ60.3451.4477.98-
YUV194.79145.05151.69-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 36.48%
GREEN value IS 172 (67.58% from 255) = 27.52%
BLUE value IS 225 (88.28% from 255) = 36%
R=36.48%
G=27.52%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.01
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22817222500.250.010.11303.2150.9178.43
HexE4ACE10191B12f334e
Octal34425434103111345763116
Binary111001001010110011100001011001110111001011111100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4ACE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4ACE1; }

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

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

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

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

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

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

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

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