#ED9DEF

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

Shades of Plum #ED9DEF

Tints of Plum #ED9DEF

Color information

#ED9DEF (or 0xED9DEF) is unknown color: approx Plum. HEX triplet: ED, 9D and EF. RGB value is (237,157,239). Sum of RGB (Red+Green+Blue) = 237+157+239=633 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.44% from 633); Green value is 157 (61.72% from 255 or 24.80% from 633); Blue value is 239 (93.75% from 255 or 37.76% from 633); Max value from RGB is 239 - color contains mainly: blue. Hex color #ED9DEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED9DEF is #126210. Grayscale: #BEBEBE. Windows color (decimal): -1204753 or 15703533. OLE color: 15703533.

HSL color Cylindrical-coordinate representation of color #ED9DEF: hue angle of 298.54º 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 #ED9DEF is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB237157239-
CMYK0.010.3400.06
HSL298.54º71.93%77.65%-
HSV(B)298.54º34.31%93.73%-
XYZ62.5648.3587.7-
YUV190.27155.5161.33-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.44%
GREEN value IS 157 (61.72% from 255) = 24.80%
BLUE value IS 239 (93.75% from 255) = 37.76%
R=37.44%
G=24.80%
B=37.76%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2371572390.010.3400.06298.5471.9377.65
HexED9DEF1220612b484e
Octal35523535714206453110116
Binary1110110110011101111011111100010011010010101110010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9DEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9DEF; }

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

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

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

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

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

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

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

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