#EA9FDE

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

Shades of Plum #EA9FDE

Tints of Plum #EA9FDE

Color information

#EA9FDE (or 0xEA9FDE) is unknown color: approx Plum. HEX triplet: EA, 9F and DE. RGB value is (234,159,222). Sum of RGB (Red+Green+Blue) = 234+159+222=615 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.05% from 615); Green value is 159 (62.5% from 255 or 25.85% from 615); Blue value is 222 (87.11% from 255 or 36.10% from 615); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9FDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA9FDE is #156021. Grayscale: #BCBCBC. Windows color (decimal): -1400866 or 14589930. OLE color: 14589930.

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

Color convert

RGB234159222-
CMYK00.320.050.08
HSL309.6º64.1%77.06%-
HSV(B)309.6º32.05%91.76%-
XYZ59.5147.5675.15-
YUV188.61146.85160.38-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.05%
GREEN value IS 159 (62.5% from 255) = 25.85%
BLUE value IS 222 (87.11% from 255) = 36.10%
R=38.05%
G=25.85%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415922200.320.050.08309.664.177.06
HexEA9FDE02058136404d
Octal352237336040510466100115
Binary1110101010011111110111100100000101100010011011010000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9FDE; }

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

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

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

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

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

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

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

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