#EA9BDE

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

Shades of Plum #EA9BDE

Tints of Plum #EA9BDE

Color information

#EA9BDE (or 0xEA9BDE) is unknown color: approx Plum. HEX triplet: EA, 9B and DE. RGB value is (234,155,222). Sum of RGB (Red+Green+Blue) = 234+155+222=611 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.30% from 611); Green value is 155 (60.94% from 255 or 25.37% from 611); Blue value is 222 (87.11% from 255 or 36.33% from 611); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9BDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA9BDE is #156421. Grayscale: #BABABA. Windows color (decimal): -1401890 or 14588906. OLE color: 14588906.

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

Color convert

RGB234155222-
CMYK00.340.050.08
HSL309.11º65.29%76.27%-
HSV(B)309.11º33.76%91.76%-
XYZ58.8446.2174.93-
YUV186.26148.17162.05-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.30%
GREEN value IS 155 (60.94% from 255) = 25.37%
BLUE value IS 222 (87.11% from 255) = 36.33%
R=38.30%
G=25.37%
B=36.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415522200.340.050.08309.1165.2976.27
HexEA9BDE02258135414c
Octal352233336042510465101114
Binary1110101010011011110111100100010101100010011010110000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9BDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9BDE; }

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

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

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

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

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

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

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

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