#ED9CF0

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

Shades of Plum #ED9CF0

Tints of Plum #ED9CF0

Color information

#ED9CF0 (or 0xED9CF0) is unknown color: approx Plum. HEX triplet: ED, 9C and F0. RGB value is (237,156,240). Sum of RGB (Red+Green+Blue) = 237+156+240=633 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.44% from 633); Green value is 156 (61.33% from 255 or 24.64% from 633); Blue value is 240 (94.14% from 255 or 37.91% from 633); Max value from RGB is 240 - color contains mainly: blue. Hex color #ED9CF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED9CF0 is #12630F. Grayscale: #BDBDBD. Windows color (decimal): -1205008 or 15768813. OLE color: 15768813.

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

Color convert

RGB237156240-
CMYK0.010.3500.06
HSL297.86º73.68%77.65%-
HSV(B)297.86º35%94.12%-
XYZ62.5448.0788.42-
YUV189.8156.34161.67-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.44%
GREEN value IS 156 (61.33% from 255) = 24.64%
BLUE value IS 240 (94.14% from 255) = 37.91%
R=37.44%
G=24.64%
B=37.91%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2371562400.010.3500.06297.8673.6877.65
HexED9CF01230612a4a4e
Octal35523436014306452112116
Binary1110110110011100111100001100011011010010101010010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9CF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9CF0; }

 p { color: rgb(237,156,240); }

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

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

 a { background-color: rgb(237,156,240); }

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

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

 span { border-color: rgb(237,156,240); }

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