#E0ACDE

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

Shades of Plum #E0ACDE

Tints of Plum #E0ACDE

Color information

#E0ACDE (or 0xE0ACDE) is unknown color: approx Plum. HEX triplet: E0, AC and DE. RGB value is (224,172,222). Sum of RGB (Red+Green+Blue) = 224+172+222=618 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.25% from 618); Green value is 172 (67.58% from 255 or 27.83% from 618); Blue value is 222 (87.11% from 255 or 35.92% from 618); Max value from RGB is 224 - color contains mainly: red. Hex color #E0ACDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0ACDE is #1F5321. Grayscale: #C1C1C1. Windows color (decimal): -2052898 or 14593248. OLE color: 14593248.

HSL color Cylindrical-coordinate representation of color #E0ACDE: hue angle of 302.31º 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 #E0ACDE is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB224172222-
CMYK00.230.010.12
HSL302.31º45.61%77.65%-
HSV(B)302.31º23.21%87.84%-
XYZ58.6850.6375.79-
YUV193.25144.23149.93-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.25%
GREEN value IS 172 (67.58% from 255) = 27.83%
BLUE value IS 222 (87.11% from 255) = 35.92%
R=36.25%
G=27.83%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22417222200.230.010.12302.3145.6177.65
HexE0ACDE0171C12e2e4e
Octal34025433602711445656116
Binary111000001010110011011110010111111001001011101011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0ACDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0ACDE; }

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

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

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

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

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

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

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

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