#EA9DEF

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

Shades of Plum #EA9DEF

Tints of Plum #EA9DEF

Color information

#EA9DEF (or 0xEA9DEF) is unknown color: approx Plum. HEX triplet: EA, 9D and EF. RGB value is (234,157,239). Sum of RGB (Red+Green+Blue) = 234+157+239=630 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.14% from 630); Green value is 157 (61.72% from 255 or 24.92% from 630); Blue value is 239 (93.75% from 255 or 37.94% from 630); Max value from RGB is 239 - color contains mainly: blue. Hex color #EA9DEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA9DEF is #156210. Grayscale: #BDBDBD. Windows color (decimal): -1401361 or 15703530. OLE color: 15703530.

HSL color Cylindrical-coordinate representation of color #EA9DEF: hue angle of 296.34º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EA9DEF is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB234157239-
CMYK0.020.3400.06
HSL296.34º71.93%77.65%-
HSV(B)296.34º34.31%93.73%-
XYZ61.5747.8487.65-
YUV189.37156.01159.83-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.14%
GREEN value IS 157 (61.72% from 255) = 24.92%
BLUE value IS 239 (93.75% from 255) = 37.94%
R=37.14%
G=24.92%
B=37.94%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2341572390.020.3400.06296.3471.9377.65
HexEA9DEF22206128484e
Octal35223535724206450110116
Binary11101010100111011110111110100010011010010100010010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9DEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9DEF; }

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

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

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

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

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

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

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

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