#E0ACDF

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

Shades of Plum #E0ACDF

Tints of Plum #E0ACDF

Color information

#E0ACDF (or 0xE0ACDF) is unknown color: approx Plum. HEX triplet: E0, AC and DF. RGB value is (224,172,223). Sum of RGB (Red+Green+Blue) = 224+172+223=619 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.19% from 619); Green value is 172 (67.58% from 255 or 27.79% from 619); Blue value is 223 (87.5% from 255 or 36.03% from 619); Max value from RGB is 224 - color contains mainly: red. Hex color #E0ACDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0ACDF is #1F5320. Grayscale: #C1C1C1. Windows color (decimal): -2052897 or 14658784. OLE color: 14658784.

HSL color Cylindrical-coordinate representation of color #E0ACDF: hue angle of 301.15º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E0ACDF is Cyan = 0, Magento = 0.23, Yellow = 0.00 and Black (K on CMYK) = 0.12.

Color convert

RGB224172223-
CMYK00.230.000.12
HSL301.15º45.61%77.65%-
HSV(B)301.15º23.21%87.84%-
XYZ58.8150.6876.49-
YUV193.36144.73149.85-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.19%
GREEN value IS 172 (67.58% from 255) = 27.79%
BLUE value IS 223 (87.5% from 255) = 36.03%
R=36.19%
G=27.79%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.00
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22417222300.230.000.12301.1545.6177.65
HexE0ACDF0170C12d2e4e
Octal34025433702701445556116
Binary111000001010110011011111010111011001001011011011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0ACDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0ACDF; }

 p { color: rgb(224,172,223); }

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

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

 a { background-color: rgb(224,172,223); }

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

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

 span { border-color: rgb(224,172,223); }

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