#ED9DF1

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

Shades of Plum #ED9DF1

Tints of Plum #ED9DF1

Color information

#ED9DF1 (or 0xED9DF1) is unknown color: approx Plum. HEX triplet: ED, 9D and F1. RGB value is (237,157,241). Sum of RGB (Red+Green+Blue) = 237+157+241=635 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.32% from 635); Green value is 157 (61.72% from 255 or 24.72% from 635); Blue value is 241 (94.53% from 255 or 37.95% from 635); Max value from RGB is 241 - color contains mainly: blue. Hex color #ED9DF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED9DF1 is #12620E. Grayscale: #BEBEBE. Windows color (decimal): -1204751 or 15834605. OLE color: 15834605.

HSL color Cylindrical-coordinate representation of color #ED9DF1: hue angle of 297.14º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ED9DF1 is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB237157241-
CMYK0.020.3500.05
HSL297.14º75%78.04%-
HSV(B)297.14º34.85%94.51%-
XYZ62.8648.4789.26-
YUV190.5156.5161.17-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.32%
GREEN value IS 157 (61.72% from 255) = 24.72%
BLUE value IS 241 (94.53% from 255) = 37.95%
R=37.32%
G=24.72%
B=37.95%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2371572410.020.3500.05297.147578.04
HexED9DF1223051294b4e
Octal35523536124305451113116
Binary11101101100111011111000110100011010110010100110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9DF1; }

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

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

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

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

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

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

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

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