#e89ada

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

Shades of Plum #E89ADA

Tints of Plum #E89ADA

Color information

#E89ADA (or 0xE89ADA) is unknown color: approx Plum. HEX triplet: E8, 9A and DA. RGB value is (232,154,218). Sum of RGB (Red+Green+Blue) = 232+154+218=604 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.41% from 604); Green value is 154 (60.55% from 255 or 25.50% from 604); Blue value is 218 (85.55% from 255 or 36.09% from 604); Max value from RGB is 232 - color contains mainly: red. Hex color #E89ADA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E89ADA is #176525. Grayscale: #B8B8B8. Windows color (decimal): -1533222 or 14326504. OLE color: 14326504.

HSL color Cylindrical-coordinate representation of color #E89ADA: hue angle of 310.77º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E89ADA is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB232154218-
CMYK00.340.060.09
HSL310.77º62.9%75.69%-
HSV(B)310.77º33.62%90.98%-
XYZ57.4945.3372.05-
YUV184.62146.84161.8-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.41%
GREEN value IS 154 (60.55% from 255) = 25.50%
BLUE value IS 218 (85.55% from 255) = 36.09%
R=38.41%
G=25.50%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23215421800.340.060.09310.7762.975.69
HexE89ADA022691373f4c
Octal35023233204261146777114
Binary111010001001101011011010010001011010011001101111111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e89ada

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e89ada; }

 p { color: rgb(232,154,218); }

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

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

 a { background-color: rgb(232,154,218); }

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

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

 span { border-color: rgb(232,154,218); }

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