#EA9DDE

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

Shades of Plum #EA9DDE

Tints of Plum #EA9DDE

Color information

#EA9DDE (or 0xEA9DDE) is unknown color: approx Plum. HEX triplet: EA, 9D and DE. RGB value is (234,157,222). Sum of RGB (Red+Green+Blue) = 234+157+222=613 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.17% from 613); Green value is 157 (61.72% from 255 or 25.61% from 613); Blue value is 222 (87.11% from 255 or 36.22% from 613); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9DDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA9DDE is #156221. Grayscale: #BBBBBB. Windows color (decimal): -1401378 or 14589418. OLE color: 14589418.

HSL color Cylindrical-coordinate representation of color #EA9DDE: hue angle of 309.35º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EA9DDE is Cyan = 0, Magento = 0.33, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB234157222-
CMYK00.330.050.08
HSL309.35º64.71%76.67%-
HSV(B)309.35º32.91%91.76%-
XYZ59.1746.8875.04-
YUV187.43147.51161.21-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.17%
GREEN value IS 157 (61.72% from 255) = 25.61%
BLUE value IS 222 (87.11% from 255) = 36.22%
R=38.17%
G=25.61%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415722200.330.050.08309.3564.7176.67
HexEA9DDE02158135414d
Octal352235336041510465101115
Binary1110101010011101110111100100001101100010011010110000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9DDE; }

 p { color: rgb(234,157,222); }

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

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

 a { background-color: rgb(234,157,222); }

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

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

 span { border-color: rgb(234,157,222); }

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