#ED9CEF

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

Shades of Plum #ED9CEF

Tints of Plum #ED9CEF

Color information

#ED9CEF (or 0xED9CEF) is unknown color: approx Plum. HEX triplet: ED, 9C and EF. RGB value is (237,156,239). Sum of RGB (Red+Green+Blue) = 237+156+239=632 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.5% from 632); Green value is 156 (61.33% from 255 or 24.68% from 632); Blue value is 239 (93.75% from 255 or 37.82% from 632); Max value from RGB is 239 - color contains mainly: blue. Hex color #ED9CEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED9CEF is #126310. Grayscale: #BDBDBD. Windows color (decimal): -1205009 or 15703277. OLE color: 15703277.

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

Color convert

RGB237156239-
CMYK0.010.3500.06
HSL298.55º72.17%77.45%-
HSV(B)298.55º34.73%93.73%-
XYZ62.3948.0187.64-
YUV189.68155.84161.75-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.5%
GREEN value IS 156 (61.33% from 255) = 24.68%
BLUE value IS 239 (93.75% from 255) = 37.82%
R=37.5%
G=24.68%
B=37.82%

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
Decimal2371562390.010.3500.06298.5572.1777.45
HexED9CEF1230612b484d
Octal35523435714306453110115
Binary1110110110011100111011111100011011010010101110010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9CEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9CEF; }

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

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

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

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

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

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

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

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